From 8ef805b9fc57aa111475164926cb8d30114d5065 Mon Sep 17 00:00:00 2001 From: David Blass Date: Mon, 13 Oct 2025 15:27:05 -0400 Subject: [PATCH] remove pnpm version from publish action --- .github/workflows/publish.yml | 4 +--- entry.cjs | 3 +-- package.json | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7ffdb2b..d6cb393 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,13 +23,11 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 - with: - version: latest - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "24" cache: "pnpm" registry-url: "https://registry.npmjs.org" diff --git a/entry.cjs b/entry.cjs index 894558b..af12b28 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.36", + version: "0.0.37", type: "module", files: [ "index.js", @@ -26190,7 +26190,6 @@ 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 bdc909d..448610b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/action", - "version": "0.0.36", + "version": "0.0.37", "type": "module", "files": [ "index.js", @@ -26,7 +26,6 @@ "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",