Skip to content

Commit ab776f3

Browse files
committed
fix: fixing the CI
BREAKING CHANGE: upgrading to node 10
1 parent dadde68 commit ab776f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "10"
44
script:
55
- npm run test && npm run build

0 commit comments

Comments
 (0)