From e9e9150f533e4dc9a6454c9fb6e0ab01240d1d44 Mon Sep 17 00:00:00 2001 From: David Heidrich Date: Fri, 5 Apr 2024 17:09:07 +0200 Subject: [PATCH] chore: added missing install step --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 40ff25d..1613bbe 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,6 +34,7 @@ jobs: with: node-version: '20' cache: yarn + - run: yarn install --immutable - run: attw --pack . release: needs: