Skip to content

Commit 098e920

Browse files
committed
bump to node 22 for angular-21 (?)
1 parent 8160ffa commit 098e920

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/canary.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ jobs:
130130
with:
131131
version: 9.15.9
132132
- name: Set up Node
133-
if: matrix.test-application != 'angular-20'
134133
uses: actions/setup-node@v6
135134
with:
136135
node-version-file: 'dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json'

dev-packages/e2e-tests/test-applications/angular-21/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"typescript": "~5.9.0"
4848
},
4949
"volta": {
50+
"node": "22.22.0",
5051
"extends": "../../package.json"
5152
},
5253
"sentryTest": {

0 commit comments

Comments
 (0)