add packageManager to action package.json
This commit is contained in:
@@ -26164,7 +26164,7 @@ async function main(params) {
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "@pullfrog/action",
|
name: "@pullfrog/action",
|
||||||
version: "0.0.37",
|
version: "0.0.38",
|
||||||
type: "module",
|
type: "module",
|
||||||
files: [
|
files: [
|
||||||
"index.js",
|
"index.js",
|
||||||
@@ -26190,6 +26190,7 @@ var package_default = {
|
|||||||
upDeps: "pnpm up --latest",
|
upDeps: "pnpm up --latest",
|
||||||
createLockfile: "pnpm --ignore-workspace install"
|
createLockfile: "pnpm --ignore-workspace install"
|
||||||
},
|
},
|
||||||
|
packageManager: "pnpm@10.18.2",
|
||||||
dependencies: {
|
dependencies: {
|
||||||
"@ark/fs": "0.49.0",
|
"@ark/fs": "0.49.0",
|
||||||
"@actions/core": "^1.11.1",
|
"@actions/core": "^1.11.1",
|
||||||
|
|||||||
+2
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pullfrog/action",
|
"name": "@pullfrog/action",
|
||||||
"version": "0.0.37",
|
"version": "0.0.38",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
@@ -26,6 +26,7 @@
|
|||||||
"upDeps": "pnpm up --latest",
|
"upDeps": "pnpm up --latest",
|
||||||
"createLockfile": "pnpm --ignore-workspace install"
|
"createLockfile": "pnpm --ignore-workspace install"
|
||||||
},
|
},
|
||||||
|
"packageManager": "pnpm@10.18.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ark/fs": "0.49.0",
|
"@ark/fs": "0.49.0",
|
||||||
"@actions/core": "^1.11.1",
|
"@actions/core": "^1.11.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user