Fixed Corepack Issues in Workflows

This commit is contained in:
Ahmad 2024-06-04 20:41:40 -04:00
parent a855a9073b
commit 478083cfe0
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,9 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Configure Corepack
run: corepack enable
- name: Install Dependencies - name: Install Dependencies
run: yarn install run: yarn install

View file

@ -19,6 +19,9 @@ jobs:
with: with:
node-version: '21' node-version: '21'
- name: Configure Corepack
run: corepack enable
- name: Install dependencies - name: Install dependencies
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile