Skip to content
This repository was archived by the owner on Apr 4, 2021. It is now read-only.

Commit 6cc9fbe

Browse files
committed
dropping Node.js v8 in CI, adding v13
1 parent a8ce625 commit 6cc9fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- "8"
43
- "10"
54
- "12"
5+
- "13"
66
script:
77
- npm run lint
88
- npm run test

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {HitchyAPI, HitchyModelComponent, HitchyServiceComponent} from "hitchy";
1+
import { HitchyAPI, HitchyModelComponent, HitchyServiceComponent } from "hitchy";
22
import { Readable } from "stream";
33

44
export = HitchyOdem;

0 commit comments

Comments
 (0)