Skip to content

Commit

Permalink
fix(pnpm): doesn't specify version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed May 9, 2024
1 parent 9f78130 commit 87ee79c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -78,7 +77,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand All @@ -105,7 +103,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -138,7 +135,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand All @@ -165,7 +161,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -196,7 +191,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -233,7 +227,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -276,7 +269,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -329,7 +321,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -372,7 +363,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -84,7 +83,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -129,7 +127,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -175,7 +172,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -242,7 +238,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/upsert-pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down Expand Up @@ -64,7 +63,6 @@ jobs:
- name: Install pnpm 🏗️
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: Setup NodeJS ✨
Expand Down

0 comments on commit 87ee79c

Please sign in to comment.