File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2626 node-version : " 24"
2727 cache : " pnpm"
2828 cache-dependency-path : ${{ github.action_path }}/pnpm-lock.yaml
29+ - name : Setup pnpm
30+ uses : pnpm/action-setup@v4
2931 - name : Install dependencies
3032 run : pnpm install
3133 shell : bash
Original file line number Diff line number Diff line change @@ -26164,7 +26164,7 @@ async function main(params) {
2616426164// package.json
2616526165var package_default = {
2616626166 name: "@pullfrog/action",
26167- version: "0.0.33 ",
26167+ version: "0.0.34 ",
2616826168 type: "module",
2616926169 files: [
2617026170 "index.js",
Original file line number Diff line number Diff line change 11{
22 "name" : " @pullfrog/action" ,
3- "version" : " 0.0.33 " ,
3+ "version" : " 0.0.34 " ,
44 "type" : " module" ,
55 "files" : [
66 " index.js" ,
You can’t perform that action at this time.
0 commit comments