Update main.yml
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -38,10 +38,10 @@ jobs:
|
|||||||
- name: Enable Corepack
|
- name: Enable Corepack
|
||||||
run: corepack enable
|
run: corepack enable
|
||||||
|
|
||||||
|
- name: Enable Yarn v4
|
||||||
|
run: corepack prepare yarn@4.x --activate
|
||||||
|
|
||||||
# YARN
|
# 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
|
- uses: borales/actions-yarn@v3.0.0
|
||||||
with:
|
with:
|
||||||
cmd: install # will run `yarn install` command
|
cmd: install # will run `yarn install` command
|
||||||
|
|||||||
Reference in New Issue
Block a user