Skip to content

Commit

Permalink
Chore: update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed Jul 11, 2020
1 parent e720991 commit 2853484
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ environment:
- nodejs_version: "12"
- nodejs_version: "14"

install:
- npm config set loglevel warn
- npm i -g npm
- npm ci

test_script:
- npm run lint
- npm test
Expand Down

0 comments on commit 2853484

Please sign in to comment.