Skip to content

Commit

Permalink
[ci] Test on node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed May 13, 2024
1 parent 78ca9bc commit fd6d034
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@ jobs:
- 16
- 18
- 20
- 22
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run lint
if: matrix.node == 20
if: matrix.node == 22
- run: npm test
- run: npm run test:types
- uses: coverallsapp/github-action@v2
if: matrix.node == 20
if: matrix.node == 22
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fd6d034

Please sign in to comment.