ci: use LTS for basic testing

This commit is contained in:
alexander.akait 2023-04-09 21:31:30 +03:00
parent f8a8ab6850
commit ebe73c290b
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 17.x
node-version: 16.x
cache: "yarn"
- run: yarn --frozen-lockfile --ignore-engines
- uses: actions/cache@v3
@ -40,7 +40,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 17.x
node-version: 16.x
cache: "yarn"
- run: yarn --frozen-lockfile --ignore-engines
- run: yarn link --frozen-lockfile || true
@ -68,7 +68,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 17.x
node-version: 16.x
cache: "yarn"
- run: yarn --frozen-lockfile --ignore-engines
- run: yarn link --frozen-lockfile || true