Skip to content

Commit c38b2f4

Browse files
committed
fix: remove pnpm cache from bump-npm-version — no install step runs
1 parent 82f8b37 commit c38b2f4

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/bump-npm-version.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ on:
2020
type: number
2121
description: "Node.js version to use"
2222
default: 24
23-
lockfile-path:
24-
required: false
25-
type: string
26-
description: >
27-
Path to pnpm-lock.yaml relative to the repo root.
28-
Defaults to "<package-path>/pnpm-lock.yaml".
29-
Set to "pnpm-lock.yaml" for monorepos with a root lockfile.
30-
default: ""
3123
outputs:
3224
new-version:
3325
description: "The new version after bumping (e.g. `v1.3.0`)"
@@ -48,17 +40,10 @@ jobs:
4840
with:
4941
ref: main
5042

51-
- name: Setup pnpm
52-
uses: pnpm/action-setup@v4
53-
with:
54-
package_json_file: ${{ inputs.package-path }}/package.json
55-
5643
- name: Setup Node.js
5744
uses: actions/setup-node@v4
5845
with:
5946
node-version: ${{ inputs.node-version }}
60-
cache: pnpm
61-
cache-dependency-path: ${{ inputs.lockfile-path || format('{0}/pnpm-lock.yaml', inputs.package-path) }}
6247

6348
- name: Resolve new version
6449
id: resolve-version

0 commit comments

Comments
 (0)