diff --git a/.github/workflows/test-foundry.yml b/.github/workflows/test-foundry.yml index 04e68d3..8a483dd 100644 --- a/.github/workflows/test-foundry.yml +++ b/.github/workflows/test-foundry.yml @@ -21,10 +21,19 @@ jobs: name: Foundry test runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 with: submodules: recursive + - uses: actions/setup-node@v2 + with: + node-version: '16' + + # Runs a single command using the runners shell + - name: Install packages + run: yarn install + - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: