ci: upgrade setup-node action (#5125)

This commit is contained in:
LongYinan
2023-11-29 10:11:32 +00:00
parent a2b8a073cc
commit feddfdc5c9
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ runs:
using: 'composite' using: 'composite'
steps: steps:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
registry-url: https://npm.pkg.github.com registry-url: https://npm.pkg.github.com

View File

@@ -19,7 +19,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
cache: 'yarn' cache: 'yarn'
node-version-file: '.nvmrc' node-version-file: '.nvmrc'