Skip to content

Commit

Permalink
fix: allow node >=10
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Apr 9, 2022
1 parent 22ae54d commit 85b269a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"coverage-map": "map.js"
},
"engines": {
"node": "^10.0.0 || ^12.0.0 || ^14.0.0 || >=16.0.0"
"node": ">=10"
},
"dependencies": {
"lru-cache": "^6.0.0"
Expand All @@ -53,6 +53,7 @@
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.2",
"engines": ">=10",
"ciVersions": [
"10.0.0",
"10.x",
Expand Down

0 comments on commit 85b269a

Please sign in to comment.