mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue