Skip to content

Commit

Permalink
Test on node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed May 14, 2024
1 parent 4278537 commit bd5d18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 21.x, 22.x]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Test ${{ matrix.node-version }} ${{ matrix.platform }}
run: npm run test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: peggyjs/coverage

0 comments on commit bd5d18d

Please sign in to comment.