From f73260e3e6c71c49843b2a0ac39c5c165c2c11d4 Mon Sep 17 00:00:00 2001 From: David Blass Date: Wed, 5 Nov 2025 13:50:47 -0500 Subject: [PATCH] remove pnpm cache --- action.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b1db63e..71c5542 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,6 @@ runs: uses: actions/setup-node@v4 with: node-version: "24" - cache: "pnpm" - name: Install dependencies run: pnpm install shell: bash diff --git a/package.json b/package.json index 93ce317..97236a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/action", - "version": "0.0.68", + "version": "0.0.69", "type": "module", "files": [ "index.js",