💚 修复github actions 构建问题

This commit is contained in:
muwoo 2023-03-14 12:02:23 +08:00
parent 7909475ed3
commit ce46d0b37f

View File

@ -35,7 +35,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
node-version: 17.x
- name: Install system deps
if: matrix.os == 'ubuntu-latest'