Skip to content

Commit ce702dc

Browse files
committedOct 20, 2021
[resolvers/webpack] [meta] expand engines.node to include node 17
Fixes #2268
1 parent 3a44931 commit ce702dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resolvers/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"webpack": "https://gist.github.com/ljharb/9cdb687f3806f8e6cb8a365d0b7840eb"
5656
},
5757
"engines": {
58-
"node": "^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 || ^7 || ^6"
58+
"node": ">= 6"
5959
}
6060
}

0 commit comments

Comments
 (0)
Please sign in to comment.