From 2df3011e7e4598eb298bc9f9a82fdd692fe0885f Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:26:02 +0100 Subject: [PATCH] Fixed order of npm installation. --- .github/workflows/windows.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a1018ebe2..d16c33df9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -113,12 +113,11 @@ jobs: cache-dependency-path: | etherpad/src/package-lock.json etherpad/src/bin/doc/package-lock.json + - name: Install npm@6 + run: npm install npm@6 -g - 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: |