Skip to content

Commit

Permalink
Not the way to enable corepack. Trying as a config option on actions/…
Browse files Browse the repository at this point in the history
…setup-node instead.
  • Loading branch information
smallsaucepan committed Dec 7, 2023
1 parent 73753da commit 8561f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/turf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
corepack: true
cache: "yarn"

- run: corepack enable
- run: yarn --immutable
- run: git diff --exit-code
- run: yarn prepare
Expand Down

0 comments on commit 8561f29

Please sign in to comment.