From dc78518241ddbd6a2f670f88637c1bdc74163d53 Mon Sep 17 00:00:00 2001 From: Laurin Quast Date: Wed, 5 Oct 2022 13:43:58 +0200 Subject: [PATCH] yarn yarn YARN (#454) --- .github/workflows/cd.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index f1f1e662e..e4cc36c01 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -380,14 +380,7 @@ jobs: with: node-version-file: .node-version - - name: Pull node_modules - uses: actions/cache@v2 - with: - path: '**/node_modules' - key: ${{ github.sha }} - - - name: Setup Turbo - run: node ./scripts/turborepo-setup.js + - run: yarn --frozen-lockfile - name: Generate Types run: yarn graphql:generate