Skip to content

Commit

Permalink
feat!: require node v18 and v20+ (#366)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop node v14 and v16 support
  • Loading branch information
viceice committed Aug 3, 2023
1 parent 69379f8 commit f5b662c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14, 16, 18]
node-version: [18, 20]
# exclude:
# - os: windows-latest
# node-version: 12
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"main": "index.js",
"engines": {
"node": "^14.15.0 || >=16.13.0",
"node": "^18.12.0 || >= 20.0.0",
"yarn": "^1.17.0"
},
"scripts": {
Expand Down

0 comments on commit f5b662c

Please sign in to comment.