Skip to content

Commit

Permalink
Rely on package.json packageManager field
Browse files Browse the repository at this point in the history
  • Loading branch information
imxeno committed May 18, 2024
1 parent 5fd3863 commit fa074d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

env:
NODE_VERSION: 20
PNPM_VERSION: 8

jobs:
build:
Expand All @@ -26,7 +25,6 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: ${{ env.PNPM_VERSION }}
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -59,7 +57,6 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: ${{ env.PNPM_VERSION }}
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -92,7 +89,6 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: ${{ env.PNPM_VERSION }}
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit fa074d4

Please sign in to comment.