mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-08 00:47:01 +08:00
🐛 Fix(custom): fix node version
This commit is contained in:
@@ -44,9 +44,9 @@ jobs:
|
|||||||
|
|
||||||
# step3: install node env
|
# step3: install node env
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '18.17.0'
|
node-version: '16.x'
|
||||||
|
|
||||||
- name: Install system deps
|
- name: Install system deps
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user