Skip to content

Commit

Permalink
bump workflow version for eslint compat
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed May 4, 2024
1 parent b762d82 commit cf606f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.18

- name: Checkout 🛎️
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Test using Node.js
uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 18.18
- run: yarn
- run: yarn build
- name: Tests ✅
Expand Down

0 comments on commit cf606f7

Please sign in to comment.