Skip to content

Commit

Permalink
disable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Oct 28, 2024
1 parent 0a65ac7 commit 28cebc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node-version}}
cache: yarn
# - name: Corepack
# run: npx corepack enable yarn
- name: Yarn
run: yarn
- name: Test
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,5 @@
"files": [
"src/**/*.test.ts"
]
},
"packageManager": "[email protected]"
}
}

0 comments on commit 28cebc5

Please sign in to comment.