Update actions/setup-node action to v4
Some checks failed
CodeQL / Analyze (javascript) (pull_request) Failing after 59s
Node.js CI / test (15.x) (pull_request) Failing after 3m21s
Node.js CI / test (15.x) (pull_request_target) Has been skipped
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 21s
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
Some checks failed
CodeQL / Analyze (javascript) (pull_request) Failing after 59s
Node.js CI / test (15.x) (pull_request) Failing after 3m21s
Node.js CI / test (15.x) (pull_request_target) Has been skipped
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 21s
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
This commit is contained in:
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
|
Reference in New Issue
Block a user