Skip to content

Commit ea429f3

Browse files
committed
removing pnpm version from CI files
1 parent 5924630 commit ea429f3

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
repository_dispatch:
1010
types: [ pr-approved ]
1111

12-
env:
13-
PNPM_VERSION: '10'
14-
1512
jobs:
1613
build:
1714
name: 🏗️ Build
@@ -28,8 +25,6 @@ jobs:
2825
node-version: ${{ matrix.node-version }}
2926
- name: 📦 Install pnpm
3027
uses: pnpm/action-setup@v4
31-
with:
32-
version: ${{ env.PNPM_VERSION }}
3328
- name: 📌 Installing dependencies
3429
run: pnpm install --frozen-lockfile
3530
- name: 🛠️ Building sources
@@ -51,8 +46,6 @@ jobs:
5146
node-version: ${{ matrix.node-version }}
5247
- name: 📦 Install pnpm
5348
uses: pnpm/action-setup@v4
54-
with:
55-
version: ${{ env.PNPM_VERSION }}
5649
- name: 📌 Installing dependencies
5750
run: pnpm install --frozen-lockfile
5851
- name: ✨ Linting
@@ -76,8 +69,6 @@ jobs:
7669
node-version: ${{ matrix.node-version }}
7770
- name: 📦 Install pnpm
7871
uses: pnpm/action-setup@v4
79-
with:
80-
version: ${{ env.PNPM_VERSION }}
8172
- name: 📌 Installing dependencies
8273
run: pnpm install --frozen-lockfile
8374
- name: 🚀 Running unit tests
@@ -102,8 +93,6 @@ jobs:
10293
node-version: ${{ matrix.node-version }}
10394
- name: 📦 Install pnpm
10495
uses: pnpm/action-setup@v4
105-
with:
106-
version: ${{ env.PNPM_VERSION }}
10796
- name: 📌 Installing dependencies
10897
run: pnpm install --frozen-lockfile
10998
- name: 📝 Creating `.env` file

.github/workflows/publish-dev.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55

66
env:
77
NODE_VERSION: '20.x'
8-
PNPM_VERSION: '10'
98

109
permissions:
1110
contents: read
@@ -26,8 +25,6 @@ jobs:
2625

2726
- name: 📦 Install pnpm
2827
uses: pnpm/action-setup@v4
29-
with:
30-
version: ${{ env.PNPM_VERSION }}
3128

3229
- name: 📌 Install dependencies
3330
run: pnpm install --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
env:
99
NODE_VERSION: '20.x'
10-
PNPM_VERSION: '10'
1110

1211
permissions:
1312
contents: read
@@ -29,8 +28,6 @@ jobs:
2928

3029
- name: 📦 Install pnpm
3130
uses: pnpm/action-setup@v4
32-
with:
33-
version: ${{ env.PNPM_VERSION }}
3431

3532
- name: 📌 Install dependencies
3633
run: pnpm install --frozen-lockfile
@@ -75,8 +72,6 @@ jobs:
7572

7673
- name: 📦 Install pnpm
7774
uses: pnpm/action-setup@v4
78-
with:
79-
version: ${{ env.PNPM_VERSION }}
8075

8176
- name: 🔖 Get and validate version
8277
id: version
@@ -134,8 +129,6 @@ jobs:
134129

135130
- name: 📦 Install pnpm
136131
uses: pnpm/action-setup@v4
137-
with:
138-
version: ${{ env.PNPM_VERSION }}
139132

140133
- name: 📌 Install dependencies
141134
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)