Skip to content

Commit

Permalink
chore: bump Node engine version to 14 for real this time
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The minimum supported Node version is now 14 as per the engines field in package.json. Even though it was already announced in awilix-koa v9, marking it as a
breaking change is safer.
  • Loading branch information
jeffijoe committed Oct 11, 2023
1 parent df8a288 commit 9d67ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"scripts": {
"build": "rimraf lib && tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 9d67ba9

Please sign in to comment.