Update actions/setup-node action to v5
Some checks failed
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 1m19s
Node.js CI / test (15.x) (pull_request) Failing after 1m48s
Node.js CI / test (15.x) (pull_request_target) Has been skipped
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
CodeQL / Analyze (javascript) (pull_request) Failing after 2m52s

This commit is contained in:
2025-09-04 04:03:23 +00:00
parent f2fb0eb804
commit 8f6a017681

View File

@ -39,7 +39,7 @@ jobs:
with: with:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2 uses: actions/setup-node@v5
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm ci - run: npm ci