From 1f2cdba63253281660866b71d53f7a302381a7b8 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Fri, 8 Aug 2025 19:49:19 -0400 Subject: [PATCH] Update main.yml attempting yarn install --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ebb7f43..2c393d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,6 +39,9 @@ jobs: run: corepack enable # 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