We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83d8cd commit b6560bbCopy full SHA for b6560bb
tests/rsbuild/modernjs.ts
@@ -12,7 +12,8 @@ export async function test(options: RunOptions) {
12
await runInRepo({
13
...options,
14
repo: 'web-infra-dev/modern.js',
15
- branch: process.env.MODERN_REF ?? 'main',
+ // Using `v2` (the stable version) as `main` is still under development.
16
+ branch: process.env.MODERN_REF ?? 'v2',
17
beforeInstall: async () => {
18
if (isGitHubActions) {
19
const modernJsDir = join(process.cwd(), 'workspace/modernjs/modern.js');
0 commit comments