From f26ce72af9dfb599f0b36afbaecd51848cd7eb7a Mon Sep 17 00:00:00 2001 From: Commit User Date: Tue, 17 Dec 2024 12:46:11 +0100 Subject: [PATCH] fix: ci versions --- .github/workflows/release.yml | 1 + .github/workflows/verify.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7194eb..e5ed896 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,7 @@ jobs: name: Install pnpm id: pnpm-install with: + version: 9 run_install: false - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 523c02b..c526ec6 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -20,6 +20,7 @@ jobs: name: Install pnpm id: pnpm-install with: + version: 9 run_install: false - name: Get pnpm store directory id: pnpm-cache