Skip to content

Commit

Permalink
fix(node): lower the min. required node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mverkerk-godaddy committed Apr 27, 2024
1 parent 1b77a3b commit 2f320ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"vitest": "^1.5.2"
},
"engines": {
"node": ">=20.12.0",
"npm": ">=10.0.0"
"node": ">=18.10.0",
"npm": ">=8.11.0"
}
}

0 comments on commit 2f320ed

Please sign in to comment.