Skip to content

Commit

Permalink
downgrade lowest node.js to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-id committed Jan 2, 2024
1 parent d1c37f6 commit 9242601
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
"node": ">=16"
},
"tap": {
"plugin": [
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
// based on https://github.com/tsconfig/bases/blob/main/bases/node18.json
// based on https://github.com/tsconfig/bases/blob/main/bases/node16.json

"compilerOptions": {
"lib": ["es2023"],
"lib": ["es2021"],
"module": "node16",
"target": "es2022",
"target": "es2021",

"strict": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 9242601

Please sign in to comment.