Skip to content

Commit

Permalink
build: Use Node 20 as default for github actions workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored and apupier committed Aug 7, 2024
1 parent 0012a36 commit 7047f28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/camel_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: 20
cache: "npm"

- name: Install global dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20
cache: npm

- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/insider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: 20
cache: "npm"

- name: Install global dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: 20
cache: "npm"

- name: Install global dependencies
Expand Down

0 comments on commit 7047f28

Please sign in to comment.