Skip to content

Commit 9fcb0a8

Browse files
authored
Indicate minimum Node version in package.json (#915)
This is the lowest version we test for.
1 parent fc58bfd commit 9fcb0a8

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
@@ -44,7 +44,7 @@
4444
"test": "test"
4545
},
4646
"engines": {
47-
"node": ">=0.10"
47+
"node": ">=18"
4848
},
4949
"scripts": {
5050
"build": "vite build",

0 commit comments

Comments
 (0)