Skip to content

Commit 0d176e1

Browse files
authored
fix: allow v20 in node engines
1 parent 18dc324 commit 0d176e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"styled-components": "^5.2 || ^6"
126126
},
127127
"engines": {
128-
"node": ">=20.19 >=22.12.0"
128+
"node": ">=20.19 <22 || >=22.12"
129129
},
130130
"sanityExchangeUrl": "https://www.sanity.io/plugins/code-input",
131131
"sanityPlugin": {

0 commit comments

Comments
 (0)