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
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 19.x
|
node-version: 18.15.x
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
|
Loading…
Reference in New Issue