From ec0eeb1d185a99065b2469dab816f783d294bf67 Mon Sep 17 00:00:00 2001 From: David Blass Date: Mon, 13 Oct 2025 15:27:46 -0400 Subject: [PATCH] add packageManager to action package.json --- entry.cjs | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/entry.cjs b/entry.cjs index af12b28..a787521 100755 --- a/entry.cjs +++ b/entry.cjs @@ -26164,7 +26164,7 @@ async function main(params) { // package.json var package_default = { name: "@pullfrog/action", - version: "0.0.37", + version: "0.0.38", type: "module", files: [ "index.js", @@ -26190,6 +26190,7 @@ var package_default = { upDeps: "pnpm up --latest", createLockfile: "pnpm --ignore-workspace install" }, + packageManager: "pnpm@10.18.2", dependencies: { "@ark/fs": "0.49.0", "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 448610b..2d381b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/action", - "version": "0.0.37", + "version": "0.0.38", "type": "module", "files": [ "index.js", @@ -26,6 +26,7 @@ "upDeps": "pnpm up --latest", "createLockfile": "pnpm --ignore-workspace install" }, + "packageManager": "pnpm@10.18.2", "dependencies": { "@ark/fs": "0.49.0", "@actions/core": "^1.11.1",