chore(ci): install npm

This commit is contained in:
Markus Pesch 2025-01-12 16:55:02 +01:00
parent 42ca0a7370
commit 93884a4f51
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Install tooling - name: Install tooling
run: | run: |
apk update apk update
apk add git apk add git npm
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.2.2
- name: Generate parameter section in README - name: Generate parameter section in README
run: | run: |

View File

@ -20,7 +20,7 @@ jobs:
- name: Install tooling - name: Install tooling
run: | run: |
apk update apk update
apk add git apk add git npm
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.2.2
- name: Verify links in markdown files - name: Verify links in markdown files
run: | run: |