Skip to content

Commit

Permalink
feat: lower the engine requirement to node 10.15.0 (microsoft#750)
Browse files Browse the repository at this point in the history
Some people are still on 10.15, like the Google cloud. We can relax our supported node version a little bit to support them.
  • Loading branch information
JoelEinbinder authored Jan 29, 2020
1 parent 7ea4110 commit 9a126da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"engines": {
"node": ">=10.17.0"
"node": ">=10.15.0"
},
"main": "index.js",
"playwright": {
Expand Down

0 comments on commit 9a126da

Please sign in to comment.