Skip to content

Commit

Permalink
build: add support for Node.js 12
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Dec 10, 2023
1 parent f3bbd1d commit 486352b
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 @@ -26,7 +26,7 @@
},
"type": "module",
"engines": {
"node": ">=14"
"node": ">=12"
},
"devDependencies": {
"@types/node": "^16.18.64",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"compilerOptions": {
"declaration": true,
"target": "ES2020", // Node.js 14
"target": "ES2019", // Node.js 12
"outDir": "dist"
}
}

0 comments on commit 486352b

Please sign in to comment.