📦 Chore(custom): upgrade setup-node action to v4 in CI workflows

This commit is contained in:
Kuingsmile
2025-06-08 17:09:59 +08:00
parent 9deda85c6f
commit 8ca0bbc682
7 changed files with 14 additions and 14 deletions

View File

@@ -44,9 +44,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'
- name: Install system deps
if: matrix.os == 'ubuntu-latest'