mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Fix Nodeバージョンの変更
This commit is contained in:
parent
71c73de59e
commit
8b8fec57fe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue