Skip to content

Commit

Permalink
fix(tests): windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Apr 7, 2021
1 parent eac5e82 commit 272216f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 272216f

Please sign in to comment.