diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 233bc748b112..f9c74b5f344f 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -69,9 +69,9 @@ jobs: fail-fast: false matrix: include: - - test-application: 'angular-20' + - test-application: 'angular-21' build-command: 'test:build-canary' - label: 'angular-20 (next)' + label: 'angular-21 (next)' - test-application: 'create-react-app' build-command: 'test:build-canary' label: 'create-react-app (canary)' @@ -130,7 +130,6 @@ jobs: with: version: 9.15.9 - name: Set up Node - if: matrix.test-application != 'angular-20' uses: actions/setup-node@v6 with: node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json' diff --git a/dev-packages/e2e-tests/test-applications/angular-20/package.json b/dev-packages/e2e-tests/test-applications/angular-20/package.json index 02a333094158..fbf27580ed67 100644 --- a/dev-packages/e2e-tests/test-applications/angular-20/package.json +++ b/dev-packages/e2e-tests/test-applications/angular-20/package.json @@ -10,7 +10,6 @@ "watch": "ng build --watch --configuration development", "test": "playwright test", "test:build": "pnpm install && pnpm build", - "test:build-canary": "pnpm install && pnpm add @angular/animations@next @angular/common@next @angular/compiler@next @angular/core@next @angular/forms@next @angular/platform-browser@next @angular/platform-browser-dynamic@next @angular/router@next && pnpm add -D @angular-devkit/build-angular@next @angular/cli@next @angular/compiler-cli@next && pnpm build", "test:assert": "playwright test", "clean": "npx rimraf .angular node_modules pnpm-lock.yaml dist" }, @@ -48,13 +47,5 @@ }, "volta": { "extends": "../../package.json" - }, - "sentryTest": { - "optionalVariants": [ - { - "build-command": "pnpm test:build-canary", - "label": "angular (canary)" - } - ] } } diff --git a/dev-packages/e2e-tests/test-applications/angular-21/package.json b/dev-packages/e2e-tests/test-applications/angular-21/package.json index f1e9f4d0e871..fddd7708d936 100644 --- a/dev-packages/e2e-tests/test-applications/angular-21/package.json +++ b/dev-packages/e2e-tests/test-applications/angular-21/package.json @@ -47,6 +47,7 @@ "typescript": "~5.9.0" }, "volta": { + "node": "22.22.0", "extends": "../../package.json" }, "sentryTest": {