Skip to content

Commit

Permalink
perf!: drop Node.js <16.15.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed May 19, 2022
1 parent d964fe0 commit c90ee5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [14, 15, 16, 17, 18]
node-version: [16, 17, 18]

steps:
- uses: actions/checkout@main
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"engines": {
"node": ">=14.15.3"
"node": ">=16.15.0",
"npm": ">=8.5.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c90ee5e

Please sign in to comment.