Skip to content

Commit b0e27d8

Browse files
fix: Include pnpm version on package.json only
Can't include it twice, interesting
1 parent 1d0fca0 commit b0e27d8

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/agent-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242

4343
- name: Setup pnpm
4444
uses: pnpm/action-setup@v4
45-
with:
46-
version: 10.23.0
45+
4746
- name: Setup Node.js
4847
uses: actions/setup-node@v4
4948
with:
5049
node-version: 22
5150
registry-url: https://registry.npmjs.org
5251
cache: "pnpm"
52+
5353
- name: Install dependencies
5454
run: pnpm install --frozen-lockfile
5555

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ jobs:
8686
fetch-depth: 0
8787
- name: Setup pnpm
8888
uses: pnpm/action-setup@v4
89-
with:
90-
version: 10.23.0
9189
- name: Setup Node.js
9290
uses: actions/setup-node@v4
9391
with:

.github/workflows/typecheck.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
persist-credentials: false
1616
- name: Setup pnpm
1717
uses: pnpm/action-setup@v4
18-
with:
19-
version: 10.23.0
2018
- name: Setup Node.js
2119
uses: actions/setup-node@v4
2220
with:

0 commit comments

Comments
 (0)