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",