Skip to content

Commit

Permalink
chore: change to require Node.js 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 28, 2023
1 parent af65973 commit 466b671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=16.0.0"
},
"dependencies": {
"unified": "~11.0.0",
Expand Down
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ES2020",
"moduleResolution": "node",
"target": "ES2022",
"module": "Node16",
"sourceMap": true,
"declaration": true,
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit 466b671

Please sign in to comment.