Skip to content

Commit

Permalink
chore: remove node installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Nov 5, 2024
1 parent 2656507 commit 9faa906
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,5 @@ runs:
using: composite

steps:
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

0 comments on commit 9faa906

Please sign in to comment.