There was an error while loading. Please reload this page.
1 parent 752ce26 commit 844e3a2Copy full SHA for 844e3a2
.github/actions/node-npm-setup/action.yml
@@ -17,7 +17,7 @@ runs:
17
key: ${{ runner.os }}-node_modules-${{ hashFiles('package*.json') }}-${{ hashFiles('.github/actions/node-npm-setup/action.yml') }}
18
19
- name: Setup Node.js
20
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
21
with:
22
node-version-file: 'package.json'
23
cache: npm
0 commit comments