diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 052ce32c..2e828263 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,16 +18,12 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: yarn always-auth: true # Always authenticate against npm registry registry-url: https://registry.npmjs.org/ env: COREPACK_ENABLED: true - - - name: Install Yarn 4.1.0 with Corepack - run: yarn set version 4.1.0 - - - name: Set Yarn Version + + - name: Set Yarn Version run: | yarn set version 4.1.0