remove pnpm version from publish action

This commit is contained in:
David Blass
2025-10-13 15:27:05 -04:00
parent 6e93fd9a72
commit 8ef805b9fc
3 changed files with 3 additions and 7 deletions
+1 -2
View File
@@ -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",