diff --git a/.github/workflows/turf.yml b/.github/workflows/turf.yml index e5b4d240fd..02d79b3df7 100644 --- a/.github/workflows/turf.yml +++ b/.github/workflows/turf.yml @@ -23,9 +23,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} + corepack: true cache: "yarn" - - run: corepack enable - run: yarn --immutable - run: git diff --exit-code - run: yarn prepare