Skip to content

Commit

Permalink
build: temporarily limit node version (#5986)
Browse files Browse the repository at this point in the history
Do this until a better solution for #5910 exists.
  • Loading branch information
quisquous authored Dec 6, 2023
1 parent bb8e081 commit 146b25f
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 @@ -121,7 +121,7 @@
"webpack-merge": "^5.8.0"
},
"engines": {
"node": ">=18.10.0"
"node": ">=18.10.0 <=18.18.2"
},
"stylelint": {
"extends": "stylelint-config-standard"
Expand Down

0 comments on commit 146b25f

Please sign in to comment.