chore: restrict node version (#3120)

This commit is contained in:
Alex Yang
2023-07-10 14:19:59 +08:00
committed by GitHub
parent 8bcc4d6a57
commit 05291a8a36
6 changed files with 43 additions and 1 deletions

View File

@@ -15,5 +15,9 @@ plugins:
spec: '@yarnpkg/plugin-version'
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
- path: .yarn/plugins/@yarnpkg/plugin-after-install.cjs
spec: 'https://raw.githubusercontent.com/mhassan1/yarn-plugin-after-install/v0.3.1/bundles/@yarnpkg/plugin-after-install.js'
yarnPath: .yarn/releases/yarn-3.6.0.cjs
afterInstall: node ./scripts/check-version.mjs && yarn i18n-codegen gen && yarn husky install