ci: update

This commit is contained in:
alexander.akait 2024-02-15 13:47:44 +03:00
parent 9767162631
commit bd13845486
1 changed files with 8 additions and 2 deletions

View File

@ -39,7 +39,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: lts/*
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn link --frozen-lockfile || true
@ -68,7 +68,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: lts/*
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn link --frozen-lockfile || true
@ -92,6 +92,12 @@ jobs:
node-version: [10.x, 20.x]
part: [a, b]
include:
- os: ubuntu-latest
node-version: 21.x
part: a
- os: ubuntu-latest
node-version: 21.x
part: b
- os: ubuntu-latest
node-version: 18.x
part: a