Skip to content

Commit 942c115

Browse files
committed
chore: remove pnpm version specification from workflows
1 parent 44013d0 commit 942c115

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/check.yml

-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
name: Install pnpm
5555
id: pnpm-install
5656
with:
57-
version: 9
5857
run_install: false
5958

6059
- name: Install dependencies
@@ -79,7 +78,6 @@ jobs:
7978
name: Install pnpm
8079
id: pnpm-install
8180
with:
82-
version: 9
8381
run_install: false
8482

8583
- name: Install dependencies

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
name: Install pnpm
2828
id: pnpm-install
2929
with:
30-
version: 9
3130
run_install: false
3231

3332
- name: Get pnpm store directory

0 commit comments

Comments
 (0)