From 272216f7d10087d3c240890e0b1a9fd1cab1439b Mon Sep 17 00:00:00 2001 From: Badisi Date: Wed, 7 Apr 2021 11:36:16 +0200 Subject: [PATCH] fix(tests): windows --- .github/workflows/ci_tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 79ae856..76d8b63 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -12,6 +12,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: 15.x + - name: Make sure npm is installed globally + run: npm install -g npm@latest - name: Install dependencies run: npm clean-install - name: Lint @@ -28,6 +30,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: 15.x + - name: Make sure npm is installed globally + run: npm install -g npm@latest - name: Install dependencies run: npm clean-install - name: Lint @@ -44,6 +48,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: 15.x + - name: Make sure npm is installed globally + run: npm install -g npm@latest - name: Install dependencies run: npm clean-install - name: Lint