mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-29 22:39:45 +08:00
💚 修复github actions 构建问题
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: 17.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