Skip to content

Commit 3e7a960

Browse files
committed
ci: drop obsolete 'pnpm config set auto-install-peers false' (rejected by pnpm 11)
1 parent 59c713a commit 3e7a960

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/backend-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
-
5454
name: Prepare plugin
5555
run: |
56-
pnpm config set auto-install-peers false
5756
cd ./plugin
5857
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
5958
echo "PLUGIN_NAME=$PLUGIN_NAME" >> $GITHUB_ENV

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ jobs:
4545
-
4646
run: cd ../etherpad-lite && ./bin/installDeps.sh && pnpm link --global .
4747
-
48-
run: |
49-
pnpm config set auto-install-peers false
50-
pnpm i
48+
run: pnpm i
5149
-
5250
run: |
5351
has_testcli_script () {
@@ -89,8 +87,6 @@ jobs:
8987
node-version: 24
9088
cache: pnpm
9189
registry-url: https://registry.npmjs.org/
92-
- name: Only install direct dependencies
93-
run: pnpm config set auto-install-peers false
9490
-
9591
name: Bump version (patch)
9692
run: |

0 commit comments

Comments
 (0)