mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-21 16:31:02 +00:00
Use node16
This commit is contained in:
parent
39ace87958
commit
0cd6425a4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '16'
|
||||
cache: npm
|
||||
- run: npm install
|
||||
- run: poetry run make -j $(nproc)
|
||||
|
|
Loading…
Reference in a new issue