Add node and npm dependencies to make checkout work

This commit is contained in:
Pal Kerecsenyi 2024-01-16 13:06:11 +00:00
parent 0b6e72c870
commit b27cfe54e8
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 - run: apk add git node npmjs
- 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