Skip to content

Commit

Permalink
build: Deprecate node.js 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: From now on, only node.js ^14.8.0 || >=16.0.0 are supported
  • Loading branch information
sebbo2002 committed Feb 12, 2023
1 parent cbcfbf5 commit 426588b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "^4.7.4"
},
"engines": {
"node": "^12.20.0 || >=14.13.1"
"node": "^14.8.0 || >=16.0.0"
},
"exports": "./dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"declaration": true,
"esModuleInterop": true,
"module": "es2020",
"moduleResolution": "node",
"moduleResolution": "node16",
"outDir": "./dist",
"sourceMap": true,
"strict": true,
Expand Down

0 comments on commit 426588b

Please sign in to comment.