Skip to content

Commit

Permalink
retire 14.x and introduce 21.x nodejs testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 24, 2023
1 parent 056a538 commit 0e00241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 21.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down

0 comments on commit 0e00241

Please sign in to comment.