Skip to content

Commit

Permalink
Lock npm to 10 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Dec 18, 2024
1 parent 4f518a6 commit 016e6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
node-version: 18
- name: Upgrade npm
run: npm i -g npm@latest
run: npm i -g npm@10
- name: Install
run: npm ci
- name: Build
Expand Down

0 comments on commit 016e6a1

Please sign in to comment.