Skip to content

Commit

Permalink
ci!: drop node 14, 16, add 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Nov 25, 2024
1 parent f8cfb4c commit 6c0e586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14, 16, 18]
node: [18, 20]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6c0e586

Please sign in to comment.