Skip to content

Commit

Permalink
Change node version is pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: artem.ivanov <[email protected]>
  • Loading branch information
Artemkaaas committed Jan 30, 2024
1 parent 93e019e commit 4a214f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/indy-besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "20.x"
node-version: "18.x"
- name: Install dependencies
run: yarn install
working-directory: smart_contracts
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "20.x"
node-version: "18.x"
- name: Install dependencies
run: yarn install
working-directory: smart_contracts
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "20.x"
node-version: "18.x"
- name: Install dependencies
run: yarn add hardhat
working-directory: smart_contracts
Expand Down

0 comments on commit 4a214f2

Please sign in to comment.