Skip to content

Commit

Permalink
chore: update test matrix to drop 14 and add 20
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for Node.js 14
  • Loading branch information
Trott committed May 14, 2023
1 parent 4c9abc7 commit 3759ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
fail-fast: false
matrix:
node:
- 14
- 16
- 18
- 20

steps:
- name: Clone repository
Expand Down

0 comments on commit 3759ab0

Please sign in to comment.