Skip to content

Commit

Permalink
feat(pkg)!: add engines field to require node>=14.16
Browse files Browse the repository at this point in the history
12 is EOL
  • Loading branch information
pi0 committed Jun 22, 2022
1 parent e929e52 commit 38d77f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
"optionalDependencies": {
"ipx": "^0.9.7"
},
"engines": {
"node": ">=14.16.0"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 38d77f1

Please sign in to comment.