Skip to content

Commit

Permalink
Drop Node v14, add v20 and v21 to CI test rotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Nov 28, 2023
1 parent 56001fe commit 290ad6a
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']
node_version: ['16', '18', '19', '20', '21']
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 290ad6a

Please sign in to comment.