diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c393d9..1c31c30 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,10 +38,10 @@ jobs: - name: Enable Corepack run: corepack enable + - name: Enable Yarn v4 + run: corepack prepare yarn@4.x --activate + # YARN - - uses: borales/actions-yarn@v3.0.0 - with: - cmd: set version stable # will run `yarn set version stable` command - uses: borales/actions-yarn@v3.0.0 with: cmd: install # will run `yarn install` command