Skip to content

Commit 7f0fd26

Browse files
committed
fix(pkg): downgrade node version to 14.16.x due to stackblitz issue
14.16.0 was released at 2021-02-23. hopefully most of platforms had time to migrate LTS.
1 parent 3640b3e commit 7f0fd26

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
@@ -43,6 +43,6 @@
4343
"vue-router": "3"
4444
},
4545
"engines": {
46-
"node": "^14.17.0 || ^16.11.0"
46+
"node": "^14.16.0 || ^16.11.0"
4747
}
4848
}

0 commit comments

Comments
 (0)