Skip to content

Commit

Permalink
REmove the corepack fix from prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Feb 18, 2025
1 parent 3b46e82 commit 78d303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ env.node-version }}

- name: Enable corepack
run: npm i -g corepack@latest && corepack enable
run: corepack enable

- name: Get pnpm store directory
shell: bash
Expand Down

0 comments on commit 78d303e

Please sign in to comment.