💚 修复github actions 构建问题

This commit is contained in:
muwoo
2023-03-14 12:09:36 +08:00
parent ce46d0b37f
commit 9b02915e44
2 changed files with 2 additions and 4 deletions

View File

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