revert pnpm version

This commit is contained in:
Max Peintner
2025-01-08 15:00:35 +01:00
parent 7703685b84
commit 1c668f278c
3 changed files with 1 additions and 6 deletions

View File

@@ -21,8 +21,6 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.0.0
- name: Install dependencies
run: pnpm install

View File

@@ -81,9 +81,6 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Install Cypress
run: pnpm exec cypress install
# We can cache the Playwright binary independently from the pnpm cache, because we install it separately.
# After pnpm install --frozen-lockfile, we can get the version so we only have to download the binary once per version.
- run: echo "PLAYWRIGHT_VERSION=$(npx playwright --version | cut -d ' ' -f 2)" >> $GITHUB_ENV

View File

@@ -1,5 +1,5 @@
{
"packageManager": "pnpm@10.0.0",
"packageManager": "pnpm@9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7",
"private": true,
"name": "typescript-monorepo",
"scripts": {