Fixed admin tests.

This commit is contained in:
SamTV12345 2024-02-20 10:18:29 +01:00
parent fe82700514
commit 157cad786c

View file

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