Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit 5529eee

Browse files
authored
build: use node 14 and above (#215)
1 parent 69cda12 commit 5529eee

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
@@ -67,6 +67,6 @@
6767
"vue-tsc": ">=0.34.11"
6868
},
6969
"engines": {
70-
"node": ">=17"
70+
"node": ">=14"
7171
}
7272
}

0 commit comments

Comments
 (0)