ci: fixed node version

pull/29/head
Yusuke Wada 2023-02-04 12:35:46 +09:00
parent 094c2666d0
commit 1991449506
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test