Skip to content

Commit a469c89

Browse files
committed
feat: 锁定最大版本
1 parent ff2b531 commit a469c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-runner/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function main() {
3737
name: 'cloudbase-framework-registry',
3838
dependencies: builtInPlugins.reduce(
3939
(prev, cur) => {
40-
prev[`@cloudbase/${cur}`] = `^${coreVersion}`;
40+
prev[`@cloudbase/${cur}`] = `<=${coreVersion}`;
4141
return prev;
4242
},
4343
{

0 commit comments

Comments
 (0)