From 3df7bb3fdae68e85d92723e20bc3cbea0b4c6de9 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Tue, 26 May 2026 11:31:18 -0700 Subject: [PATCH] chore: update pnpm to 10.18.1 --- .github/workflows/publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index cc6e8af..1c8ea94 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,7 +40,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 with: - version: 10.3.0 + version: 10.18.1 - name: Get Node version from .nvmrc id: get-nvm-version @@ -90,7 +90,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 with: - version: 10.3.0 + version: 10.18.1 - name: Get Node version from .nvmrc id: get-nvm-version @@ -137,7 +137,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 with: - version: 10.3.0 + version: 10.18.1 - name: Setup node.js uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: