From d26e0d9ac4007bd2f90a03bc0a25cd49313d1898 Mon Sep 17 00:00:00 2001 From: Walter Korman Date: Tue, 18 Mar 2025 13:43:43 -0700 Subject: [PATCH] chore: use explicit pnpm 9 version for reproducibility (#873) --- .github/workflows/lint.yml | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5b6e442..deda7f5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 9 + version: 9.12.3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: diff --git a/package.json b/package.json index 0cfbbcf..184912c 100644 --- a/package.json +++ b/package.json @@ -103,5 +103,6 @@ "tailwindcss": "^3.4.1", "tsx": "^4.19.1", "typescript": "^5.6.3" - } + }, + "packageManager": "pnpm@9.12.3" }