Skip to content

Commit

Permalink
ci: add Node.js v22 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Jul 17, 2024
1 parent 939b8df commit 22213bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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: 18
node-version: 22

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

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

- name: Fetch deps
run: yarn
Expand All @@ -82,12 +82,12 @@ jobs:
run: yarn test

- name: Codeclimate
uses: paambaati/codeclimate-action@v3.2.0
uses: paambaati/codeclimate-action@v8.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageLocations: |
${{github.workspace}}/coverage/*.lcov:lcov
${{github.workspace}}/coverage/lcov.info:lcov
- name: Semantic Release
env:
Expand Down

0 comments on commit 22213bb

Please sign in to comment.