Fixed npm installation and moved to types folder.

This commit is contained in:
SamTV12345 2024-01-24 09:57:13 +01:00
parent a57b13d319
commit d2cbe1b4b2
15 changed files with 11 additions and 9 deletions

View file

@ -116,6 +116,8 @@ jobs:
-
name: Install Cypress
run: cd etherpad && cd src && npm install cypress --legacy-peer-deps
- name: Install npm@6
run: npm install npm@6 -g
-
name: Run Etherpad
run: |