diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 711b29cc9..a1018ebe2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -116,7 +116,8 @@ jobs: - name: Install Cypress run: cd etherpad && cd src && npm install cypress --legacy-peer-deps - - name: Install npm@6 + - + name: Install npm@6 run: npm install npm@6 -g - name: Run Etherpad