Fixed startup.

This commit is contained in:
SamTV12345 2023-06-25 22:40:36 +02:00
parent becac7c294
commit c204df1d9f
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ jobs:
src/bin/doc/package-lock.json src/bin/doc/package-lock.json
- -
name: Install lockfile-lint name: Install lockfile-lint
run: npm install --no-save lockfile-lint run: npm install --no-save lockfile-lint --legacy-peer-deps
- -
name: Run lockfile-lint on package-lock.json name: Run lockfile-lint on package-lock.json
run: > run: >

View file

@ -90,7 +90,7 @@ jobs:
run: cd src && npm test run: cd src && npm test
- -
name: Install Cypress name: Install Cypress
run: cd src && npm install cypress run: cd src && npm install cypress --legacy-peer-deps
- -
name: Run Etherpad & Test Frontend name: Run Etherpad & Test Frontend
run: | run: |

View file

@ -115,7 +115,7 @@ jobs:
etherpad/src/bin/doc/package-lock.json etherpad/src/bin/doc/package-lock.json
- -
name: Install Cypress name: Install Cypress
run: cd etherpad && cd src && npm install cypress run: cd etherpad && cd src && npm install cypress --legacy-peer-deps
- -
name: Run Etherpad name: Run Etherpad
run: | run: |