Skip to content

Commit

Permalink
fix(ci): upgrade npm
Browse files Browse the repository at this point in the history
  • Loading branch information
banshee86vr committed Mar 16, 2024
1 parent cf7cb59 commit 5a04e76
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version: "latest"
- name: Check action's npm version
run: npm -v
- name: Update npm version
run: npm i -g npm@latest
- name: Check updated npm version
run: npm -v
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
Expand Down

0 comments on commit 5a04e76

Please sign in to comment.