update CI.yml to use LTS node version

This commit is contained in:
Patryk Osmaczko 2023-03-21 15:05:32 +01:00 committed by osmaczko
parent f7579494bd
commit 802832dd4c
1 changed files with 1 additions and 1 deletions

View File

@ -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