Update main.yml
attempting yarn install
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user