Skip to content

Commit b8ced11

Browse files
committed
minor #912 Allow node 10.19 (nicolas-grekas)
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
2 parents 38f233d + 7721aa2 commit b8ced11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/symfony/webpack-encore/issues"
2222
},
2323
"engines": {
24-
"node": "^10.22.1 || ^12.0.0 || >=14.0.0"
24+
"node": "^10.19.0 || ^12.0.0 || >=14.0.0"
2525
},
2626
"homepage": "https://github.com/symfony/webpack-encore",
2727
"dependencies": {

0 commit comments

Comments
 (0)