plugins: Always install plugins with --no-save

The npm CLI can get confused if `package.json` or `package-lock.json`
exist.
This commit is contained in:
Richard Hansen 2021-02-18 03:13:09 -05:00 committed by John McLear
parent b3b5af3c3c
commit 6163339c0d
8 changed files with 12 additions and 9 deletions

View file

@ -28,7 +28,7 @@ jobs:
# We intentionally install a much old ep_align version to test update minor versions
- name: Install etherpad plugins
run: npm install ep_align@0.2.27
run: npm install --no-save ep_align@0.2.27
# Nuke plugin tests
- name: Install etherpad plugins