File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments