Skip to content

Commit

Permalink
Drop Node.js v14 from CI rotation and add v21.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Oct 24, 2023
1 parent 643b4b6 commit 7088b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['14', '16', '18', '19', '20']
node_version: ['16', '18', '19', '20', '21']
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 7088b37

Please sign in to comment.