Skip to content

Commit f9e43da

Browse files
use node lts everywhere
1 parent 62dd0e9 commit f9e43da

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: node_js
2-
node_js: '12'
32
cache: yarn
43
branches:
54
only:

Diff for: package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,5 @@
7373
},
7474
"cacheDirectories": [
7575
"tmp"
76-
],
77-
"volta": {
78-
"node": "12.4.0",
79-
"yarn": "1.16.0"
80-
}
76+
]
8177
}

0 commit comments

Comments
 (0)