From 30e079d6654cc9fc883f77f07a4f9797ecd236f3 Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 22 Jun 2026 22:57:50 +0200 Subject: [PATCH] add pnpm/action-setup to workflows Co-Authored-By: Mistral Vibe --- .github/workflows/build.yml | 4 ++++ .github/workflows/lint.yml | 4 ++++ .github/workflows/publish.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a068f2..e17de23 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,10 @@ jobs: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - name: Setup pnpm + uses: pnpm/action-setup@008330803749db0355799c700092d9a85fd074e9 # v6.0.9 + with: + version: 11 - name: Setup node uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b9fef27..13f0872 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,6 +15,10 @@ jobs: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - name: Setup pnpm + uses: pnpm/action-setup@008330803749db0355799c700092d9a85fd074e9 # v6.0.9 + with: + version: 11 - name: Setup node uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f5526a0..7e4befd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,6 +21,10 @@ jobs: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - name: Setup pnpm + uses: pnpm/action-setup@008330803749db0355799c700092d9a85fd074e9 # v6.0.9 + with: + version: 11 - name: Setup node uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: