Skip to content

Commit

Permalink
enable and prepare Corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheredeye authored Nov 21, 2024
1 parent 2565e90 commit e8353d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
with:
node-version: 22.11.0

- name: Enable Corepack
run: corepack enable

- name: Use Yarn 4.4.0
run: corepack prepare [email protected] --activate

- name: Install Dependencies
run: yarn install

Expand Down

0 comments on commit e8353d9

Please sign in to comment.