Skip to content

Commit

Permalink
chore: Relax node version constraint for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Mar 11, 2024
1 parent 79e59c9 commit 8b936a2
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 @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"engines": {
"node": ">= 20"
"node": ">= 18"
},
"scripts": {
"watch": "lerna run watch --parallel",
Expand Down

0 comments on commit 8b936a2

Please sign in to comment.