From 7c3073c18b40ef91e5d0718c8025823c7f0fa4bd Mon Sep 17 00:00:00 2001 From: Tanner Stirrat Date: Wed, 6 May 2026 11:25:19 -0600 Subject: [PATCH] chore: use pnpm 11 --- .github/workflows/lint.yaml | 11 +++-------- package.json | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 18a0f807..5c272f98 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,14 +16,9 @@ jobs: - uses: "bewuethr/yamllint-action@v1.3.0" with: config-file: ".yamllint" - - uses: "pnpm/action-setup@v4" + - uses: "pnpm/action-setup@v6" with: - run_install: false - - name: "Install Node.js" - uses: "actions/setup-node@v6" - with: - cache: "pnpm" - - name: "Install dependencies" - run: "pnpm install" + run_install: true + cache: true - name: "Check Formatting" run: "pnpm run format:check" diff --git a/package.json b/package.json index b99d971d..e520af90 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,5 @@ "typescript": "^5.9.3", "yaml-loader": "^0.8.1" }, - "packageManager": "pnpm@10.28.2" + "packageManager": "pnpm@11.1.1" }