Skip to content

Commit 0b95cda

Browse files
committed
[conf] set package.json engines node to v20
1 parent 9675c2a commit 0b95cda

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
@@ -30,7 +30,7 @@
3030
"tsconfig.json"
3131
],
3232
"engines": {
33-
"node": ">=18"
33+
"node": "^20"
3434
},
3535
"volta": {
3636
"node": "20.12.1"

0 commit comments

Comments
 (0)