GitHub Actions: Update setup-node
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run

This is in the hope that it helps with PR annotations.
This commit is contained in:
Guangcong Luo 2025-04-12 18:12:55 -07:00 committed by GitHub
parent 14ec078746
commit 2186bc919f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ jobs:
fetch-depth: 100 # assumes PR/push to master is no larger than 100 commits. Other solutions are needlessly complex.
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'