Skip to content

Commit e0ffe34

Browse files
nicohrubecclaude
andauthored
test(e2e): Pin astro version in astro-6 test app (#20709)
Seems like the latest astro release included a breaking change that breaks our E2E test apps and broke our backsync: #20708 Pinning on master to unblock CI and the backsync. --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 339086b commit e0ffe34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/e2e-tests/test-applications/astro-6

dev-packages/e2e-tests/test-applications/astro-6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@playwright/test": "~1.56.0",
1717
"@sentry-internal/test-utils": "link:../../../test-utils",
1818
"@sentry/astro": "file:../../packed/sentry-astro-packed.tgz",
19-
"astro": "^6.0.6"
19+
"astro": "~6.2.0"
2020
},
2121
"volta": {
2222
"node": "22.22.0",

0 commit comments

Comments
 (0)