Skip to content

Commit

Permalink
test: Update CI node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Oct 21, 2024
1 parent 19b933b commit 0e91d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node: [14, 16, 18]
node: [18, 20, 22, 23]

name: Node.js ${{ matrix.node }}

Expand Down

0 comments on commit 0e91d79

Please sign in to comment.