Merge pull request #1481 from actions/dependabot/github_actions/actions/setup-node-4
Check dist/ / Check dist/ (push) Waiting to run Details
Code scanning - action / CodeQL-Build (push) Waiting to run Details
Licensed / Licensed (push) Waiting to run Details
Tests / build (macOS-latest) (push) Waiting to run Details
Tests / build (ubuntu-latest) (push) Waiting to run Details
Tests / build (windows-latest) (push) Waiting to run Details
Tests / test-save (macOS-latest) (push) Waiting to run Details
Tests / test-save (ubuntu-latest) (push) Waiting to run Details
Tests / test-save (windows-latest) (push) Waiting to run Details
Tests / test-restore (macOS-latest) (push) Blocked by required conditions Details
Tests / test-restore (ubuntu-latest) (push) Blocked by required conditions Details
Tests / test-restore (windows-latest) (push) Blocked by required conditions Details
Tests / test-proxy-save (push) Waiting to run Details
Tests / test-proxy-restore (push) Blocked by required conditions Details

Bump actions/setup-node from 3 to 4
This commit is contained in:
Bassem Dghaidi 2024-10-22 13:19:36 +02:00 committed by GitHub
commit acc9ae5c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm