Skip to content

Commit

Permalink
update node version in depl.oy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestarrdev committed Aug 19, 2024
1 parent 4353d56 commit 0955db5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 18.19.0
node-version: 20

- name: Checkout Code
uses: actions/[email protected]
Expand All @@ -21,7 +21,7 @@ jobs:
yarn build
- name: IPFS Deploy 🚀
uses: aquiladev/ipfs-action@v1.0.0
uses: aquiladev/ipfs-action@master
with:
path: ./build
service: infura
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Test using Node.js
uses: actions/setup-node@v3
with:
node-version: 18.19.0
node-version: 20
- run: yarn
- run: yarn test
- name: Tests ✅
Expand Down

0 comments on commit 0955db5

Please sign in to comment.