Skip to content

Commit

Permalink
Merge pull request #2808 from Akshat55/provenance
Browse files Browse the repository at this point in the history
ci: use node 18 for publish enviornment
  • Loading branch information
zvonimirfras authored Mar 8, 2024
2 parents b7b656d + faad943 commit 7eb80c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Set up node to use v16
# Set up node to use v18
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
cache: "npm"
cache-dependency-path: "package-lock.json"

Expand Down

0 comments on commit 7eb80c7

Please sign in to comment.