Skip to content

Commit

Permalink
Fix Node.js issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jul 19, 2024
1 parent 211b95a commit 526cc3a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22.x

- name: Enable Corepack
run: corepack enable
node-version: 20.x

- name: Yarn install
run: yarn install

- name: Build & Code analysis
- name: Static code analysis
run: yarn run lint

- name: Build
Expand Down Expand Up @@ -53,7 +50,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
node-version: [16.x, 18.x, 20.x, 22.5.1]

steps:

Expand Down

0 comments on commit 526cc3a

Please sign in to comment.