Skip to content

Commit faad943

Browse files
committed
ci: use node 18 for build tests
Signed-off-by: Akshat Patel <akshat@live.ca>
1 parent f2b7f37 commit faad943

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
@@ -11,10 +11,10 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14-
# We use Node v16 for building since CCA@v5 is using Angular 14.
14+
# We use Node v18 for building since CCA@v5 is using Angular 14.
1515
strategy:
1616
matrix:
17-
node-version: [16.x]
17+
node-version: [18.x]
1818

1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)