💚 add corepack so yarn works
Some checks failed
Semver / semver (push) Failing after 42s
Build Docker Image / build-image (push) Failing after 36s

This commit is contained in:
Rose 2024-10-16 12:01:41 -05:00
parent e16300aeb2
commit 3fceb35f79
No known key found for this signature in database

View file

@ -7,6 +7,12 @@ jobs:
semver:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Enable Corepack
run: corepack enable
- name: Setup Node
uses: actions/setup-node@v4
with:
@ -15,10 +21,7 @@ jobs:
run: |
yarn set version canary
yarn config set nodeLinker node-modules
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: yarn install
run: yarn install --immutable
- name: Semver