Skip to content

Commit 57c88c1

Browse files
committed
chore: fix release flows
1 parent e35cafd commit 57c88c1

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/alpha.release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
4848
- name: 🔧 Setup pnpm
4949
uses: pnpm/action-setup@v4
50-
with:
51-
version: 9.15.9
5250

5351
- name: 🔧 Setup NPM
5452
run: |

.github/workflows/deploy-visual-reporter.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929

3030
- name: 📦 Setup pnpm
3131
uses: pnpm/action-setup@v4
32-
with:
33-
version: 9.15.9
3432

3533
- name: 🟢 Setup Node.js ${{ matrix.node-version }}
3634
uses: actions/setup-node@v3

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
3434
- name: 🔧 Setup pnpm
3535
uses: pnpm/action-setup@v4
36-
with:
37-
version: 9.15.9
3836

3937
- name: 🔧 Setup NPM
4038
run: |

0 commit comments

Comments
 (0)