From 4a2a0ca8cce2e49cc077cd251f1e15ad81651b83 Mon Sep 17 00:00:00 2001 From: taga3s Date: Thu, 5 Dec 2024 22:02:59 +0900 Subject: [PATCH] chore: update pnpm --- .github/workflows/build-and-deploy.yaml | 2 +- .github/workflows/check-codebase.yaml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index c1b791c..d6d3004 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -17,7 +17,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 9.6.0 + version: 9.14.4 run_install: false - uses: actions/setup-node@v4 diff --git a/.github/workflows/check-codebase.yaml b/.github/workflows/check-codebase.yaml index 9ab5791..850ed5f 100644 --- a/.github/workflows/check-codebase.yaml +++ b/.github/workflows/check-codebase.yaml @@ -15,7 +15,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 9.6.0 + version: 9.14.4 run_install: false - uses: actions/setup-node@v4 diff --git a/package.json b/package.json index 2f60ac2..4d22de2 100644 --- a/package.json +++ b/package.json @@ -50,5 +50,5 @@ "lint-staged": { "*.{js,ts,jsx,tsx,json}": "pnpm run lint && pnpm run format" }, - "packageManager": "pnpm@9.6.0" + "packageManager": "pnpm@9.14.4" }