Skip to content

Commit 2b800be

Browse files
committed
try to build again (maybe do not merge)
1 parent 92d50e5 commit 2b800be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# We use Node v20 for building since CCA@v5 is using Angular 17.
1515
strategy:
1616
matrix:
17-
node-version: [20.x]
17+
node-version: [22.x]
1818

1919
steps:
2020
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
angular-version: [18]
47-
node-version: [20.x]
47+
node-version: [22.x]
4848

4949
steps:
5050
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)