1
0
mirror of synced 2025-12-19 09:57:42 -05:00

bump actions/setup-node to v6 (#58363)

This commit is contained in:
Robert Sese
2025-11-05 13:48:48 -06:00
committed by GitHub
parent 752ce26cf1
commit 844e3a2513

View File

@@ -17,7 +17,7 @@ runs:
key: ${{ runner.os }}-node_modules-${{ hashFiles('package*.json') }}-${{ hashFiles('.github/actions/node-npm-setup/action.yml') }}
- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version-file: 'package.json'
cache: npm