We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93be01 commit fb09792Copy full SHA for fb09792
1 file changed
pnpm.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: pnpm
3
- version: "10.33.0"
4
- epoch: 1 # go/wolfi-rsc/pnpm
+ version: "10.33.1"
+ epoch: 0 # go/wolfi-rsc/pnpm
5
description: "Fast, disk space efficient package manager"
6
copyright:
7
- license: MIT
@@ -32,7 +32,7 @@ pipeline:
32
with:
33
repository: https://github.com/pnpm/pnpm
34
tag: v${{package.version}}
35
- expected-commit: be07631710e869cd5bd1fc56538b1698aa2f65f7
+ expected-commit: 89e3ac52499208440130506106280a63756d3534
36
37
- name: "Update pnpm version in package.json"
38
runs: |
0 commit comments