diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index 11fdcdf..ce60319 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -33,7 +33,7 @@ jobs: - uses: pnpm/action-setup@v6 name: Install pnpm with: - version: 10 + package_json_file: ./etherpad-lite/package.json run_install: false - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index 1b3c9c6..5e97e61 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -23,7 +23,7 @@ jobs: - uses: pnpm/action-setup@v6 name: Install pnpm with: - version: 10 + package_json_file: ./etherpad-lite/package.json run_install: false - name: Get pnpm store directory shell: bash diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index d11591b..f416f77 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -34,7 +34,6 @@ jobs: - uses: pnpm/action-setup@v6 name: Install pnpm with: - version: 10 run_install: false - name: Get pnpm store directory shell: bash