mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-23 20:42:06 +00:00
Fixed Corepack Issues in Workflows
This commit is contained in:
parent
a855a9073b
commit
478083cfe0
2 changed files with 6 additions and 0 deletions
3
.github/workflows/eslint.yml
vendored
3
.github/workflows/eslint.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
3
.github/workflows/prettier.yml
vendored
3
.github/workflows/prettier.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue