Skip to content

Commit

Permalink
update package.json to require node v20 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoChiesa committed Nov 1, 2024
1 parent 5090c11 commit 0f54cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/resources/issue481/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=21",
"node": ">=20",
"npm": ">=10.5"
}
}

0 comments on commit 0f54cb5

Please sign in to comment.