mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-23 12:42:05 +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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Configure Corepack
|
||||
run: corepack enable
|
||||
|
||||
- name: Install Dependencies
|
||||
run: yarn install
|
||||
|
||||
|
|
3
.github/workflows/prettier.yml
vendored
3
.github/workflows/prettier.yml
vendored
|
@ -19,6 +19,9 @@ jobs:
|
|||
with:
|
||||
node-version: '21'
|
||||
|
||||
- name: Configure Corepack
|
||||
run: corepack enable
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue