Skip to content

Commit

Permalink
ci: add Node.js 14 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Jul 28, 2024
1 parent 4042b01 commit 6a754a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Fetch deps
run: yarn
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
node-version: [ 16, 18, 20 ]
node-version: [ 18, 20, 22 ]

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Fetch deps
run: yarn
Expand All @@ -83,7 +83,7 @@ jobs:
run: yarn test

- name: Codeclimate
uses: paambaati/codeclimate-action@v4.0.0
uses: paambaati/codeclimate-action@v8.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down

0 comments on commit 6a754a9

Please sign in to comment.