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