diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 86733fdd..d1639c95 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,18 +12,23 @@ jobs: steps: - name: Checkout - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - - name: Set up Node + - name: Set up Node with Corepack uses: actions/setup-node@v4 with: node-version: 20 - cache: yarn + + - name: Enable Corepack + run: corepack enable - name: Set Yarn Version run: | yarn set version 4.1.0 + - name: Install dependencies + run: yarn install + - name: Build with yarn run: yarn run build env: