mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-03 06:42:09 +08:00
📦 Chore(custom): upgrade setup-node action to v4 in CI workflows
This commit is contained in:
4
.github/workflows/win_beta.yml
vendored
4
.github/workflows/win_beta.yml
vendored
@@ -36,9 +36,9 @@ jobs:
|
||||
|
||||
# step3: install node env
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '16.x'
|
||||
node-version: '18.17.0'
|
||||
architecture: 'x64'
|
||||
|
||||
- name: Yarn install windows
|
||||
|
||||
Reference in New Issue
Block a user