chore(project): constrain node version for dev (#3672)

This commit is contained in:
jeremywu
2021-09-27 12:56:31 +08:00
committed by GitHub
parent d4dde9df96
commit 38fdbf710d

View File

@@ -6,8 +6,11 @@
"play",
"docs"
],
"engines": {
"node": ">= 16"
},
"scripts": {
"cz": "pnpm exec git-cz",
"cz": "git-cz",
"test": "jest",
"dev": "pnpm -C play dev",
"gen": "bash ./scripts/gc.sh",