Skip to content

Commit

Permalink
fix: besu asset exchange workflow to use node 16
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 5420fe1 commit 421ae6c
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 @@ -36,10 +36,10 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Use Node.js v18.18.2
- name: Use Node.js 16.x
uses: actions/[email protected]
with:
node-version: v18.18.2
node-version: 16.x

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

- name: Use Node.js v18.18.2
- name: Use Node.js 16.x
uses: actions/[email protected]
with:
node-version: v18.18.2
node-version: 16.x

- name: Use Protoc 3.15
run: |
Expand Down

0 comments on commit 421ae6c

Please sign in to comment.