Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovdog committed Nov 6, 2024
1 parent d9aae98 commit 8aff8fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install Foundry dependencies
run: |
Expand Down

0 comments on commit 8aff8fb

Please sign in to comment.