We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa53c0 commit 990fce4Copy full SHA for 990fce4
pnpm.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: pnpm
3
- version: "10.6.5"
4
- epoch: 1
+ version: "10.7.0"
+ epoch: 0
5
description: "Fast, disk space efficient package manager"
6
copyright:
7
- license: MIT
@@ -29,7 +29,7 @@ pipeline:
29
with:
30
repository: https://github.com/pnpm/pnpm
31
tag: v${{package.version}}
32
- expected-commit: f19cbc27acc7bd948d55d248d2b8e7e28217cd7d
+ expected-commit: bd4caa505184c93a623595ecbb15edcf2ab24161
33
34
- name: "Update pnpm version in package.json"
35
runs: |
0 commit comments