Skip to content

Commit

Permalink
chore(travis): add Node 14 to travis and update amex-jest-preset (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Singleton committed May 28, 2020
1 parent 57dfa5d commit 635a541
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- 10
- 12
- 14
before_install:
# Create a master branch for commitlint
# https://github.com/conventional-changelog/commitlint/issues/6
Expand All @@ -13,6 +14,7 @@ jobs:
node_js:
- 10
- 12
- 14
deploy:
on:
branch: master
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"@commitlint/config-conventional": "^8.3.4",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"amex-jest-preset": "^6.0.1",
"amex-jest-preset": "^6.1.0",
"eslint": "^6.8.0",
"eslint-config-amex": "^7.0.0",
"husky": "^4.2.1",
"image-size": "^0.8.3",
"jest": "^26.0.1",
"jest-snapshot": "^26.0.1",
"semantic-release": "^17.0.4",
"lockfile-lint": "^4.0.0",
"mock-spawn": "^0.2.6"
"mock-spawn": "^0.2.6",
"semantic-release": "^17.0.4"
},
"dependencies": {
"chalk": "^1.1.3",
Expand Down

0 comments on commit 635a541

Please sign in to comment.