Skip to content

Commit

Permalink
ci: use node 18 for build tests
Browse files Browse the repository at this point in the history
Signed-off-by: Akshat Patel <[email protected]>
  • Loading branch information
Akshat55 committed Mar 5, 2024
1 parent f2b7f37 commit faad943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit faad943

Please sign in to comment.