1 parent 4d54fdf commit e7296d4Copy full SHA for e7296d4
1 file changed
.github/workflows/npm-publish.yml
@@ -18,11 +18,14 @@ jobs:
18
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
19
20
- name: Setup Node.js
21
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
22
with:
23
node-version: '20'
24
registry-url: 'https://registry.npmjs.org/'
25
26
+ - name: Update npm
27
+ run: npm install -g npm@latest
28
+
29
- name: Verify npm provenance support
30
run: |
31
NPM_VERSION="$(npm --version)"
0 commit comments