Skip to content

Commit 9918f67

Browse files
committed
fix: rollback min node version
1 parent 784ff0c commit 9918f67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@
9999
"webpack-cli": "^4.9.1"
100100
},
101101
"engines": {
102-
"node": ">=14"
102+
"node": ">=10"
103103
}
104104
}

0 commit comments

Comments
 (0)