From cacf9674c4a98e1b408935f37ba56f8e901573ea Mon Sep 17 00:00:00 2001 From: David Blass Date: Wed, 5 Nov 2025 13:53:55 -0500 Subject: [PATCH] remove pnpm latest --- action.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 71c5542..fd3f7b4 100644 --- a/action.yml +++ b/action.yml @@ -20,8 +20,6 @@ runs: fetch-depth: 1 - name: Setup pnpm uses: pnpm/action-setup@v4 - with: - version: latest - name: Setup Node.js 24 uses: actions/setup-node@v4 with: diff --git a/package.json b/package.json index 97236a7..4b5f3e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/action", - "version": "0.0.69", + "version": "0.0.70", "type": "module", "files": [ "index.js",