update CI.yml to use LTS node version
This commit is contained in:
parent
f7579494bd
commit
802832dd4c
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.x
|
||||
node-version: 18.15.x
|
||||
- name: Install deps
|
||||
run: yarn install --frozen-lockfile
|
||||
- name: Lint
|
||||
|
|
Loading…
Reference in New Issue