From 9faa906921eeddd1c67a63bd44558de4d40c1aa1 Mon Sep 17 00:00:00 2001 From: MathisGD Date: Tue, 5 Nov 2024 12:19:17 +0100 Subject: [PATCH] chore: remove node installation --- .github/actions/install/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index c70a4efe..152a65a1 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -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