Skip to content

Commit

Permalink
feat: replace Corepack enable step with direct PNPM installation in l…
Browse files Browse the repository at this point in the history
…ink-checker workflow
  • Loading branch information
JeelRajodiya committed Mar 4, 2025
1 parent 45fca0b commit 2187ca7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:
with:
submodules: 'recursive'

- name: Corepack enable
run: corepack enable

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'

# Replace corepack with direct PNPM installation
- name: Install pnpm
run: npm install -g pnpm

- name: Get Token
uses: actions/create-github-app-token@v1
id: get_workflow_token
Expand Down

0 comments on commit 2187ca7

Please sign in to comment.