📦 Chore: fix github action build scripts

This commit is contained in:
PiEgg
2022-06-12 20:23:02 +08:00
parent c3b0f5b759
commit e6b9d8853e
4 changed files with 3 additions and 25 deletions

View File

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