Update main.yml

attempting yarn install
This commit is contained in:
Lucid Kobold
2025-08-08 19:49:19 -04:00
committed by GitHub
parent 1c69d1c56e
commit 1f2cdba632

View File

@@ -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