Skip to content

Commit 7eb80c7

Browse files
authored
Merge pull request #2808 from Akshat55/provenance
ci: use node 18 for publish enviornment
2 parents b7b656d + faad943 commit 7eb80c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v3
2929

30-
# Set up node to use v16
30+
# Set up node to use v18
3131
- name: Setup Node
3232
uses: actions/setup-node@v3
3333
with:
34-
node-version: "16"
34+
node-version: "18"
3535
cache: "npm"
3636
cache-dependency-path: "package-lock.json"
3737

0 commit comments

Comments
 (0)