Skip to content

Commit

Permalink
chore: use node 18 for besu asset exchange workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Nishad <[email protected]>
  • Loading branch information
sandeepnRES committed May 17, 2024
1 parent d519bfd commit 9ee07b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_asset-exchange-besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Use Node.js 14.x
uses: actions/setup-node@v2
- name: Use Node.js v18.18.2
uses: actions/setup-node@v4.0.2
with:
node-version: 14.x
node-version: v18.18.2

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

- name: Use Node.js 14.x
uses: actions/setup-node@v2
- name: Use Node.js v18.18.2
uses: actions/setup-node@v4.0.2
with:
node-version: 14.x
node-version: v18.18.2

- name: Use Protoc 3.15
run: |
Expand Down

0 comments on commit 9ee07b2

Please sign in to comment.