We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8160ffa commit 098e920Copy full SHA for 098e920
2 files changed
.github/workflows/canary.yml
@@ -130,7 +130,6 @@ jobs:
130
with:
131
version: 9.15.9
132
- name: Set up Node
133
- if: matrix.test-application != 'angular-20'
134
uses: actions/setup-node@v6
135
136
node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json'
dev-packages/e2e-tests/test-applications/angular-21/package.json
@@ -47,6 +47,7 @@
47
"typescript": "~5.9.0"
48
},
49
"volta": {
50
+ "node": "22.22.0",
51
"extends": "../../package.json"
52
53
"sentryTest": {
0 commit comments