forked from streamich/fs-monkey
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: test against node 10 as
jest
cannot run on node 8 (streamich#234)
* ci: test against node 10 as `jest` cannot run on node 8 * chore: upgrade to `babel` v7
- Loading branch information
Showing
4 changed files
with
6,024 additions
and
4,816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"presets": ["es2015"], | ||
"presets": ["@babel/preset-env"], | ||
"comments": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ cache: | |
notifications: | ||
email: false | ||
node_js: | ||
- '8' | ||
- '10' | ||
script: | ||
- npm run test | ||
- npm run build | ||
|
Oops, something went wrong.