Commit cead7f9
authored
fix(e2e): Fix
`@astrojs/node@10.1.2` requires `astro@^6.3.0` due to a renamed internal
export, but the test app pinned astro to `~6.2.0`.
Fix: `~6.2.0` to `^6.2.0` so pnpm can resolve to astro@6.3+.astro-6 e2e test build by relaxing astro version range (#21211)1 parent 75fd1d5 commit cead7f9
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments