Skip to content

Commit

Permalink
chore: require node 16, test on node 20 (#111)
Browse files Browse the repository at this point in the history
BREAKING: drop node 14
  • Loading branch information
perrin4869 authored Aug 1, 2023
1 parent c33edfe commit 3deccff
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 @@ -13,9 +13,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
node-version:
- 14.x
- 16.x
- 18.x
- 20.x

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

0 comments on commit 3deccff

Please sign in to comment.