From 8519119cb0c6f919ea0b6123e4e4ecad5b84a5ef Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:09:10 +0100 Subject: [PATCH] fixed. --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d16c33df9..e95bbeae5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -117,7 +117,7 @@ jobs: run: npm install npm@6 -g - name: Install Cypress - run: cd etherpad && cd src && npm install cypress --legacy-peer-deps + run: cd etherpad && npm install cypress --legacy-peer-deps - name: Run Etherpad run: |