mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-16 12:51:45 -04:00
feat: support only Node>=10.13
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"fetcher"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
"node": ">=10.13"
|
||||
},
|
||||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user