Skip to content

Commit

Permalink
Merge pull request #53 from lpsinger/node18
Browse files Browse the repository at this point in the history
Drop support for EOL versions of Node.js
  • Loading branch information
dakota002 authored Dec 5, 2024
2 parents 9b4c2e7 + 3937c54 commit b6aebcf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
23 changes: 12 additions & 11 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 @@ -31,10 +31,10 @@
],
"license": "CC0-1.0",
"engines": {
"node": ">=14"
"node": ">=18"
},
"devDependencies": {
"@tsconfig/node14": "^14.1.2",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^22.0.0",
"prettier": "3.4.1",
"typescript": "^5.5.3"
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/node14/tsconfig.json",
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"declaration": true
}
Expand Down

0 comments on commit b6aebcf

Please sign in to comment.