chore(deps): update dependency vite to ^3.1.3
https://github.com/midwayjs/hooks/issues/405
⚠️ No Changeset found
Latest commit: e35481a66aa8f7ed8b7424c24e4d4511461821bb
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
ci 报错了,vite@3 不支持 node v12,要求 ^14.18.0 || >=16.0.0 CI 的环境矩阵,可以考虑始终支持 lts 版本
ci 报错了,vite@3 不支持 node v12,要求 ^14.18.0 || >=16.0.0 CI 的环境矩阵,可以考虑始终支持 lts 版本
目前云服务厂商在 Node FaaS 上还在使用 v12 的镜像,所以 CI 会先保留着,等他们镜像升级
原来如此,还考虑了 faas 的滞后性,后续可能还有其他依赖升级之后不支持,就先暂停不升级吗?
原来如此,还考虑了 faas 的滞后性,后续可能还有其他依赖升级之后不支持,就先暂停不升级吗?
后续会统一升级为 Node 16,移除对 Node.js v12 的支持