fix pnpm caching

This commit is contained in:
David Blass
2025-10-13 15:35:01 -04:00
parent 1a6ce6728c
commit cd20491d22
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -33,7 +33,6 @@ runs:
with:
node-version: "24"
cache: "pnpm"
cache-dependency-path: ${{ github.action_path }}/pnpm-lock.yaml
- name: Install dependencies
run: pnpm install
shell: bash
+1 -1
View File
@@ -26164,7 +26164,7 @@ async function main(params) {
// package.json
var package_default = {
name: "@pullfrog/action",
version: "0.0.39",
version: "0.0.40",
type: "module",
files: [
"index.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.39",
"version": "0.0.40",
"type": "module",
"files": [
"index.js",