Skip to content

Commit

Permalink
chore: update node version requirement in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Dec 18, 2023
1 parent ba6a306 commit e5a987e
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 @@ -2,7 +2,7 @@
"name": "@codemirror-toolkit/monorepo",
"packageManager": "yarn@4.0.2",
"engines": {
"node": ">=16.9.0"
"node": "^18.0.0 || >=20.0.0"
},
"private": true,
"workspaces": [
Expand Down

0 comments on commit e5a987e

Please sign in to comment.