Use node16

This commit is contained in:
Yuta Hayashibe 2022-10-10 00:06:59 +09:00
parent 39ace87958
commit 0cd6425a4f

View file

@ -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)