Skip to content

Commit

Permalink
Explicitly install npm 10.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeaudoincoveo committed Dec 18, 2024
1 parent 1984980 commit 2e1339b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
npm i -g npm@latest
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
npm i -g npm@10.8.2
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
Expand Down

0 comments on commit 2e1339b

Please sign in to comment.