Skip to content

Commit

Permalink
feat!: Require Node 18 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jan 21, 2024
1 parent 33f6734 commit 7386e87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/streetsidesoftware/inject-markdown#readme",
"license": "MIT",
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
"@tsconfig/node18": "^18.2.2",
"@types/mdast": "^4.0.3",
"@types/node": "^18.19.8",
"@typescript-eslint/eslint-plugin": "^6.19.0",
Expand Down Expand Up @@ -85,6 +85,6 @@
"!**/*.map"
],
"engines": {
"node": ">=16"
"node": ">=18"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"declaration": true,
Expand Down

0 comments on commit 7386e87

Please sign in to comment.