Skip to content

Commit

Permalink
Remove corepack from GitHub workflows (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Oct 30, 2024
1 parent 7f8fedd commit 7f772d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.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
- uses: biomejs/setup-biome@v2
- uses: actions/setup-node@v4
with:
Expand Down
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: "npm"
Expand Down

0 comments on commit 7f772d4

Please sign in to comment.