Skip to content

Commit 1a09000

Browse files
committed
Make the Node version not locked to v20.
1 parent d067b6b commit 1a09000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"terser": "4.8.1"
3131
},
3232
"engines": {
33-
"node": "^20.12.2"
33+
"node": "^20.12.2 || >=22"
3434
}
3535
}

0 commit comments

Comments
 (0)