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 92d50e5 commit 2b800beCopy full SHA for 2b800be
.github/workflows/check-build.yml
@@ -14,7 +14,7 @@ jobs:
14
# We use Node v20 for building since CCA@v5 is using Angular 17.
15
strategy:
16
matrix:
17
- node-version: [20.x]
+ node-version: [22.x]
18
19
steps:
20
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
44
45
46
angular-version: [18]
47
48
49
50
0 commit comments