Skip to content

Commit

Permalink
merge: update dependencies (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreetatwal authored May 19, 2022
2 parents c44a956 + a0383c1 commit b80d4dc
Show file tree
Hide file tree
Showing 3 changed files with 4,283 additions and 5,680 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
dist: focal

language: node_js

node_js:
- '18'
- '16'
- '14'
- '12'
- '10'

cache:
directories:
Expand All @@ -21,6 +23,10 @@ install:
- env -i PATH=$PATH npm rebuild

script:
# verify readme has been generated
- npm run readme
- test -z "$(git diff)"

- npm test
- npm run cover

Expand All @@ -32,5 +38,5 @@ deploy:
skip_cleanup: true
script: semantic-release
on:
node_js: '14'
node_js: '16'
all_branches: true
Loading

0 comments on commit b80d4dc

Please sign in to comment.