This commit is contained in:
SamTV12345 2024-02-10 14:52:09 +01:00
parent d5063aeb48
commit 9df09bee5a
4 changed files with 38 additions and 6 deletions

View file

@ -53,7 +53,7 @@ jobs:
# We intentionally install an old ep_align version to test upgrades to
# the minor version number. The --legacy-peer-deps flag is required to
# work around a bug in npm v7: https://github.com/npm/cli/issues/2199
run: npm install --no-save --legacy-peer-deps ep_align@0.2.27
run: pnpm install --legacy-peer-deps ep_align@0.2.27
# Etherpad core dependencies must be installed after installing the
# plugin's dependencies, otherwise npm will try to hoist common
# dependencies by removing them from src/node_modules and installing them