Update main.yml

This commit is contained in:
Lucid Kobold
2025-08-08 19:52:18 -04:00
committed by GitHub
parent 1f2cdba632
commit 3fda6490ca

View File

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