Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Install Node.js
with:
node-version: 25
- uses: pnpm/action-setup@v6
- uses: pnpm/action-setup@v6.0.9
name: Install pnpm
with:
package_json_file: ./etherpad-lite/package.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Install Node.js
with:
node-version: 25
- uses: pnpm/action-setup@v6
- uses: pnpm/action-setup@v6.0.9
name: Install pnpm
with:
package_json_file: ./etherpad-lite/package.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v7
with:
repository: ether/etherpad-lite
- uses: pnpm/action-setup@v6
- uses: pnpm/action-setup@v6.0.9
name: Install pnpm
with:
run_install: false
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
# `pnpm version patch` bumps package.json, makes a commit, and creates
# a `v<new-version>` tag. Capture the new tag name from package.json
# rather than parsing pnpm's output, which has historically varied.
# Bump the patch component directly with Node. pnpm/action-setup@v6
# Bump the patch component directly with Node. pnpm/action-setup@v6.0.9
# sometimes installs pnpm 11 pre-releases even when version: 10.x is
# requested (pnpm/action-setup#225); those pre-releases either skip
# the git commit/tag or reject --no-git-tag-version as unknown.
Expand Down
Loading