From 253a3cd114a26ea00fa63f67b9f1172480eaa3dd Mon Sep 17 00:00:00 2001 From: Jan Vennemann Date: Fri, 22 May 2026 17:49:54 +0200 Subject: [PATCH] ci: pin pnpm version --- .github/workflows/test.yml | 2 -- package.json | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2485e50a..18ccfd59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,8 +27,6 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - with: - version: latest - name: Install dependencies run: pnpm install diff --git a/package.json b/package.json index c4ec44c8..67be315b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "titanium", "version": "8.2.0", + "packageManager": "pnpm@10.33.3", "author": "TiDev, Inc. ", "description": "Command line interface for building Titanium SDK apps", "type": "module",