Skip to content

Commit 8756a26

Browse files
RialgarJounQin
andauthored
chore(package): remove node 12 from engines field (#193)
Co-authored-by: JounQin <admin@1stg.me>
1 parent 7a91daf commit 8756a26

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/fluffy-poets-applaud.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-import-resolver-typescript": patch
3+
---
4+
5+
chore(package): remove node 12 from engines field

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "ISC",
1313
"packageManager": "pnpm@7.12.2",
1414
"engines": {
15-
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
15+
"node": "^14.18.0 || >=16.0.0"
1616
},
1717
"main": "lib/index.cjs",
1818
"module": "lib/index.js",

0 commit comments

Comments
 (0)