Skip to content

Commit 5a04e76

Browse files
committed
fix(ci): upgrade npm
1 parent cf7cb59 commit 5a04e76

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: "lts/*"
21+
node-version: "latest"
22+
- name: Check action's npm version
23+
run: npm -v
24+
- name: Update npm version
25+
run: npm i -g npm@latest
26+
- name: Check updated npm version
27+
run: npm -v
2228
- name: Install dependencies
2329
run: npm clean-install
2430
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

0 commit comments

Comments
 (0)