remove pnpm cache

This commit is contained in:
David Blass
2025-11-05 13:50:47 -05:00
parent 3ddd6db7ca
commit f73260e3e6
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -26,7 +26,6 @@ runs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "24" node-version: "24"
cache: "pnpm"
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install
shell: bash shell: bash
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@pullfrog/action", "name": "@pullfrog/action",
"version": "0.0.68", "version": "0.0.69",
"type": "module", "type": "module",
"files": [ "files": [
"index.js", "index.js",