From 1b19fdda6476439b4ee1bcdea06d26997b093e05 Mon Sep 17 00:00:00 2001 From: Phillip9587 Date: Thu, 6 Feb 2025 13:33:49 +0100 Subject: [PATCH] ci: use pnpm v10 --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e6762d1..e8aa95a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,9 @@ on: permissions: contents: read +env: + PNPM_VERSION: 10 + jobs: build: name: Build, Lint and Test @@ -25,7 +28,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 9 + version: ${{ env.PNPM_VERSION }} - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: @@ -70,7 +73,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 9 + version: ${{ env.PNPM_VERSION }} - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: @@ -99,7 +102,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 9 + version: ${{ env.PNPM_VERSION }} - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: