forked from Agoric/agoric-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: typescript-estree does not support Node.js LTS
- Loading branch information
1 parent
efd3370
commit 8aafdcf
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/node_modules/@typescript-eslint/typescript-estree/package.json b/node_modules/@typescript-eslint/typescript-estree/package.json | ||
index 3a1b7a2..8c8c9f2 100644 | ||
--- a/node_modules/@typescript-eslint/typescript-estree/package.json | ||
+++ b/node_modules/@typescript-eslint/typescript-estree/package.json | ||
@@ -22,7 +22,7 @@ | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"engines": { | ||
- "node": "^18.18.0 || >=20.0.0" | ||
+ "node": "^18.12 || >=20.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", |