Skip to content

Commit

Permalink
chore: bump minimum node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed May 21, 2023
1 parent e66917a commit 17a539e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
]
},
"engines": {
"node": ">=12"
"node": ">=16"
},
"devDependencies": {
"@alex-d/eslint-config": "2.2.0",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@rollup/plugin-typescript": "11.1.1",
"@types/node": "12.20.55",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"ava": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"noImplicitAny": true,
"module": "esnext",
"moduleResolution": "node",
"target": "es6",
"target": "ES2021",
"baseUrl": ".",
"paths": {
"@/src/*": [
Expand Down

0 comments on commit 17a539e

Please sign in to comment.