Skip to content

Commit

Permalink
fix: require node v20 lts (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Nov 12, 2024
1 parent 6b6656e commit 18121af
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 @@ -53,7 +53,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "^20.0.0 || ^22.11.0",
"node": "^20.9.0 || ^22.11.0",
"pnpm": "^9.0.0"
}
}

0 comments on commit 18121af

Please sign in to comment.