chore: use explicit pnpm 9 version for reproducibility (#873)

This commit is contained in:
Walter Korman 2025-03-18 13:43:43 -07:00 committed by GitHub
parent 90e1c8368e
commit d26e0d9ac4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -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:

View file

@ -103,5 +103,6 @@
"tailwindcss": "^3.4.1",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
}
},
"packageManager": "pnpm@9.12.3"
}