Skip to content

Commit

Permalink
ci: npx envinfo failed on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 26, 2020
1 parent 122c1d0 commit 17601e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: List versions
run: |
node -v && npm -v && which npm && npx envinfo
node -v && npm -v && which npm
# - name: Install global dependencies
# run: |
Expand Down

0 comments on commit 17601e7

Please sign in to comment.