Fix Nodeバージョンの変更

This commit is contained in:
na2na-p 2022-08-10 17:01:19 +09:00
parent 71c73de59e
commit 8b8fec57fe
No known key found for this signature in database
GPG key ID: 188940C4AA4A067E

View file

@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.js 18.x
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 16.x
- name: ci
run: yarn install --immutable --immutable-cache --check-cache
- name: ESLint