Skip to content

Commit

Permalink
chore(package): remove node 12 from engines field (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: JounQin <admin@1stg.me>
  • Loading branch information
Rialgar and JounQin committed Oct 20, 2022
1 parent 7a91daf commit 8756a26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fluffy-poets-applaud.md
@@ -0,0 +1,5 @@
---
"eslint-import-resolver-typescript": patch
---

chore(package): remove node 12 from engines field
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"license": "ISC",
"packageManager": "pnpm@7.12.2",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
"node": "^14.18.0 || >=16.0.0"
},
"main": "lib/index.cjs",
"module": "lib/index.js",
Expand Down

0 comments on commit 8756a26

Please sign in to comment.