diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 03e6cc6..7552327 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: node-version: 18 corepack-enable: true cache: yarn - - uses: Enable corepack + - name: Enable corepack run: | corepack enable corepack prepare yarn@4.1.0 --activate