-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: No longer supports node:6, uses async/await
- Loading branch information
1 parent
5fc5fc1
commit 93d4b01
Showing
3 changed files
with
20 additions
and
25 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
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 |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
"Jeremiah Wuenschel <[email protected]>", | ||
"Min Zhang <[email protected]>", | ||
"Peter Peterson <[email protected]>", | ||
"Philip Scott <[email protected]>", | ||
"Reetika Rastogi <[email protected]>", | ||
"St. John Johnson <[email protected]", | ||
"Tiffany Kyi <[email protected]>" | ||
|
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,5 +1,5 @@ | ||
shared: | ||
image: node:6 | ||
image: node:8 | ||
|
||
jobs: | ||
main: | ||
|