Skip to content

Commit

Permalink
ci: test against node 10 as jest cannot run on node 8 (streamich#234)
Browse files Browse the repository at this point in the history
* ci: test against node 10 as `jest` cannot run on node 8

* chore: upgrade to `babel` v7
  • Loading branch information
G-Rath authored Apr 5, 2021
1 parent 28a5d9b commit d2c5d11
Show file tree
Hide file tree
Showing 4 changed files with 6,024 additions and 4,816 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015"],
"presets": ["@babel/preset-env"],
"comments": false
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cache:
notifications:
email: false
node_js:
- '8'
- '10'
script:
- npm run test
- npm run build
Expand Down
Loading

0 comments on commit d2c5d11

Please sign in to comment.