Skip to content

Commit

Permalink
fix(ci): updated node.js allowed engine to 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gearonix authored Aug 3, 2023
1 parent 8d43203 commit 8467380
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 @@
"license": "MIT",
"packageManager": "yarn@3.6.0",
"engines": {
"node": ">=18.0.0",
"node": ">=16.0.0",
"yarn": ">=3.2.0",
"npm": "please-use-yarn"
},
Expand Down

0 comments on commit 8467380

Please sign in to comment.