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
5 changes: 4 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
- uses: pnpm/action-setup@v6
name: Install pnpm
with:
version: 10
# No `version:` here — defer to packageManager in package.json so
# we don't get the "Multiple versions of pnpm specified" error
# when an upstream checkout (etherpad-lite) pins a different
# pnpm via packageManager. See pnpm/action-setup#225.
run_install: false
- name: Get pnpm store directory
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 20
- uses: pnpm/action-setup@v6
with:
version: 10
# No `version:` — defer to packageManager in package.json.
run_install: false
- name: Get pnpm store directory
shell: bash
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"type": "individual",
"url": "https://etherpad.org/"
},
"packageManager": "pnpm@11.0.6",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
Expand Down