Skip to content

Commit

Permalink
[resolvers/webpack] [meta] expand engines.node to include node 17
Browse files Browse the repository at this point in the history
Fixes #2268
  • Loading branch information
ljharb committed Oct 20, 2021
1 parent 3a44931 commit ce702dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolvers/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"webpack": "https://gist.github.com/ljharb/9cdb687f3806f8e6cb8a365d0b7840eb"
},
"engines": {
"node": "^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 || ^7 || ^6"
"node": ">= 6"
}
}

0 comments on commit ce702dc

Please sign in to comment.