💚 add corepack so yarn works
This commit is contained in:
parent
e16300aeb2
commit
3fceb35f79
1 changed files with 7 additions and 4 deletions
|
|
@ -7,6 +7,12 @@ jobs:
|
||||||
semver:
|
semver:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- name: Enable Corepack
|
||||||
|
run: corepack enable
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -15,10 +21,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
yarn set version canary
|
yarn set version canary
|
||||||
yarn config set nodeLinker node-modules
|
yarn config set nodeLinker node-modules
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: yarn install
|
- name: yarn install
|
||||||
run: yarn install --immutable
|
run: yarn install --immutable
|
||||||
- name: Semver
|
- name: Semver
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue