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.
2 parents b7b656d + faad943 commit 7eb80c7Copy full SHA for 7eb80c7
.github/workflows/check-build.yml
@@ -11,10 +11,10 @@ jobs:
11
12
runs-on: ubuntu-latest
13
14
- # 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.
15
strategy:
16
matrix:
17
- node-version: [16.x]
+ node-version: [18.x]
18
19
steps:
20
- uses: actions/checkout@v3
.github/workflows/publish.yml
@@ -27,11 +27,11 @@ jobs:
27
- name: Checkout
28
uses: actions/checkout@v3
29
30
- # Set up node to use v16
+ # Set up node to use v18
31
- name: Setup Node
32
uses: actions/setup-node@v3
33
with:
34
- node-version: "16"
+ node-version: "18"
35
cache: "npm"
36
cache-dependency-path: "package-lock.json"
37
0 commit comments