This commit is contained in:
Pal Kerecsenyi 2024-01-16 13:07:33 +00:00
parent b27cfe54e8
commit b111be9eb1
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: alpine:3.19 container: alpine:3.19
steps: steps:
- run: apk add git node npmjs - run: apk add git nodejs npm
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set Node.js 20.x - name: Set Node.js 20.x
uses: actions/setup-node@v3 uses: actions/setup-node@v3