Skip to content

Commit 4834533

Browse files
chore: upgrade to jest 26 + drop node 8 support (#205)
BREAKING CHANGE: drop node 8 support
1 parent 540261f commit 4834533

File tree

3 files changed

+1073
-862
lines changed

3 files changed

+1073
-862
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- 8
43
- 10
54
- 12
65
before_install:
@@ -20,4 +19,4 @@ jobs:
2019
provider: script
2120
skip_cleanup: true
2221
script:
23-
- npx semantic-release
22+
- npx semantic-release

0 commit comments

Comments
 (0)