Skip to content

Commit 644376f

Browse files
committed
Remove duplicate pnpm versions
1 parent 49c378f commit 644376f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
- uses: actions/checkout@v4
1010
- name: Install pnpm
1111
uses: pnpm/action-setup@v4
12-
with:
13-
version: 10
1412
# Setup .npmrc file to publish to npm
1513
- uses: actions/setup-node@v3
1614
with:

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- name: Install pnpm
3131
uses: pnpm/action-setup@v4
32-
with:
33-
version: 10
3432
- name: Use Node.js ${{ matrix.node-version }}
3533
uses: actions/setup-node@v3
3634
with:

0 commit comments

Comments
 (0)