Skip to content

Commit

Permalink
Drop support for Node 16
Browse files Browse the repository at this point in the history
Node 16 is EOL.
  • Loading branch information
lpsinger committed May 13, 2024
1 parent fcb7d31 commit 4af6bea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -38,7 +38,7 @@
"devDependencies": {
"@nasa-gcn/eslint-config-gitignore": "^0.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@tsconfig/node16": "^16.1.1",
"@tsconfig/node18": "^18.2.4",
"@types/jest": "^29.2.5",
"@types/mdast": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
Expand All @@ -63,7 +63,7 @@
"unist-util-remove-position": "^5.0.0"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node18/tsconfig.json",
"files": ["src/index.ts"],
"compilerOptions": {
"declaration": true,
Expand Down

0 comments on commit 4af6bea

Please sign in to comment.