From 9dcbd555cdd078c10b24ea05de466cc5bf81c1de Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Wed, 8 Jan 2025 21:06:19 +0100 Subject: [PATCH] Move to pnpm 10 on CI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b5ce432..c04743f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install Node.js uses: actions/setup-node@v4 with: @@ -42,7 +42,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 9 + version: 10 - name: Install Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: