Skip to content

Commit

Permalink
fix npm version in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ghackenberg committed Dec 20, 2024
1 parent 95c7de9 commit 75a184a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install packages
run: sudo apt-get install -y libxi-dev libgl-dev
- name: Update NPM
run: npm install -g npm@latest
run: npm install -g npm@10
- name: Install dependencies
run: npm install
- name: Re-install opencascade.js@beta dependency
Expand Down

0 comments on commit 75a184a

Please sign in to comment.