specify packageManager

This commit is contained in:
David Blass
2025-10-13 15:24:04 -04:00
parent 9567d84442
commit 6e93fd9a72
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -26164,7 +26164,7 @@ async function main(params) {
// package.json
var package_default = {
name: "@pullfrog/action",
version: "0.0.35",
version: "0.0.36",
type: "module",
files: [
"index.js",
@@ -26190,6 +26190,7 @@ var package_default = {
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",
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.35",
"version": "0.0.36",
"type": "module",
"files": [
"index.js",
@@ -26,6 +26,7 @@
"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",