Skip to content

Commit 30a353b

Browse files
committed
chore: Remove pnpm version from workflows
1 parent 73818db commit 30a353b

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
id: extract-branch
2424
- name: Install pnpm
2525
uses: pnpm/action-setup@v4
26-
with:
27-
version: 9
2826
- name: Install Node.js
2927
uses: actions/setup-node@v4
3028
with:

.github/workflows/publish-to-github.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
# Setup .npmrc file to publish to GitHub Packages
1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v4
14-
with:
15-
version: 9
1614
- name: Install Node.js
1715
uses: actions/setup-node@v4
1816
with:

.github/workflows/publish-to-npm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
uses: actions/checkout@v4
1111
- name: Install pnpm
1212
uses: pnpm/action-setup@v4
13-
with:
14-
version: 9
1513
- name: Install Node.js
1614
uses: actions/setup-node@v4
1715
with:

0 commit comments

Comments
 (0)