Skip to content

Commit

Permalink
fix: remove setting yarn using corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Oct 30, 2024
1 parent e813533 commit 916782b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
cache: yarn
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: corepack
run: corepack enable
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 916782b

Please sign in to comment.