We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7cb59 commit 5a04e76Copy full SHA for 5a04e76
.github/workflows/release.yml
@@ -18,7 +18,13 @@ jobs:
18
- name: Setup Node.js
19
uses: actions/setup-node@v4
20
with:
21
- node-version: "lts/*"
+ 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
28
- name: Install dependencies
29
run: npm clean-install
30
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
0 commit comments