Skip to content

Commit

Permalink
[ci] add the "current" Node.js version to matrix testing
Browse files Browse the repository at this point in the history
Currently the current release is Node.js 21.x
  • Loading branch information
NicoPennec committed Oct 25, 2023
1 parent 761ebd4 commit 417427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
node: [18, 20, current]
steps:
- uses: actions/checkout@v4
- name: Setup node
Expand Down

0 comments on commit 417427d

Please sign in to comment.