Skip to content

Commit

Permalink
Build against newer node versions (#425)
Browse files Browse the repository at this point in the history
Add 20.x and 21.x.
  • Loading branch information
lstrojny authored Oct 20, 2023
1 parent fba3487 commit 3ee2243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- { node-version: 17.x, lint: true, tests: true }
- { node-version: 18.x, lint: true, tests: true }
- { node-version: 19.x, lint: true, tests: true }
- { node-version: 20.x, lint: true, tests: true }
- { node-version: 21.x, lint: true, tests: true }

name: nodejs ${{ matrix.node-version }} (${{ matrix.lint && 'lint → ' || '' }}${{ matrix.tests && 'test → ' || '' }}build)

Expand Down

0 comments on commit 3ee2243

Please sign in to comment.