Skip to content

Commit b80d4dc

Browse files
merge: update dependencies (#77)
2 parents c44a956 + a0383c1 commit b80d4dc

File tree

3 files changed

+4283
-5680
lines changed

3 files changed

+4283
-5680
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
dist: focal
2+
13
language: node_js
24

35
node_js:
6+
- '18'
7+
- '16'
48
- '14'
5-
- '12'
6-
- '10'
79

810
cache:
911
directories:
@@ -21,6 +23,10 @@ install:
2123
- env -i PATH=$PATH npm rebuild
2224

2325
script:
26+
# verify readme has been generated
27+
- npm run readme
28+
- test -z "$(git diff)"
29+
2430
- npm test
2531
- npm run cover
2632

@@ -32,5 +38,5 @@ deploy:
3238
skip_cleanup: true
3339
script: semantic-release
3440
on:
35-
node_js: '14'
41+
node_js: '16'
3642
all_branches: true

0 commit comments

Comments
 (0)