Skip to content

Commit

Permalink
⬇️Downgrade node version to match the container
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Oct 1, 2024
1 parent 3b209b7 commit 21a2267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-dapp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '20.10.0'
node-version: '18.18.2'

- name: Install dependencies
run: yarn install
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '20.10.0'
node-version: '18.18.2'

- name: Run jest tests
run: yarn test:dapp
Expand Down

0 comments on commit 21a2267

Please sign in to comment.