Skip to content

Commit

Permalink
minor #912 Allow node 10.19 (nicolas-grekas)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Allow node 10.19

This was bumped in #645
Ubuntu LTS [ships node 10.19](https://packages.ubuntu.com/focal/nodejs) by default.
If we can, let's save ppl (aka me) from installing yet another ppa.

Commits
-------

7721aa2 Allow node 10.19
  • Loading branch information
weaverryan committed Feb 3, 2021
2 parents 38f233d + 7721aa2 commit b8ced11
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 @@ -21,7 +21,7 @@
"url": "https://github.com/symfony/webpack-encore/issues"
},
"engines": {
"node": "^10.22.1 || ^12.0.0 || >=14.0.0"
"node": "^10.19.0 || ^12.0.0 || >=14.0.0"
},
"homepage": "https://github.com/symfony/webpack-encore",
"dependencies": {
Expand Down

0 comments on commit b8ced11

Please sign in to comment.