Skip to content

Commit

Permalink
Updating Node version to 20 in Besu Github actions
Browse files Browse the repository at this point in the history
Signed-off-by: VRamakrishna <[email protected]>
  • Loading branch information
VRamakrishna committed Sep 4, 2024
1 parent 2f24d80 commit 30bc335
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_asset-exchange-besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/[email protected]
with:
node-version: 18.x
node-version: 20.x

- name: Use Protoc 3.15
run: |
Expand Down Expand Up @@ -219,10 +219,10 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/[email protected]
with:
node-version: 18.x
node-version: 20.x

- name: Use Protoc 3.15
run: |
Expand Down

0 comments on commit 30bc335

Please sign in to comment.