Skip to content

Commit 85b269a

Browse files
committedApr 9, 2022
fix: allow node >=10
1 parent 22ae54d commit 85b269a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"coverage-map": "map.js"
4545
},
4646
"engines": {
47-
"node": "^10.0.0 || ^12.0.0 || ^14.0.0 || >=16.0.0"
47+
"node": ">=10"
4848
},
4949
"dependencies": {
5050
"lru-cache": "^6.0.0"
@@ -53,6 +53,7 @@
5353
"templateOSS": {
5454
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
5555
"version": "3.2.2",
56+
"engines": ">=10",
5657
"ciVersions": [
5758
"10.0.0",
5859
"10.x",

0 commit comments

Comments
 (0)
Please sign in to comment.