From 7bf7c2b3e721e77d31d42c1981f9c360c5c6d2e6 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 14 Jul 2025 13:56:10 -0500 Subject: [PATCH] fix: use pnpm v10 --- .github/workflows/ci.yml | 2 +- .github/workflows/security-audit.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bcac25..60af8dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 8 + version: 10 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 5a938a4..fced3d4 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -41,17 +41,17 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install pnpm + uses: pnpm/action-setup@v4 + with: + version: 10 + - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: "20" cache: "pnpm" - - name: Install pnpm - uses: pnpm/action-setup@v4 - with: - version: 8 - - name: Install dependencies run: pnpm install