We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf5aa7 commit 69f62cfCopy full SHA for 69f62cf
.appveyor.yml
@@ -3,7 +3,7 @@ cache:
3
- "%LOCALAPPDATA%\\Yarn"
4
5
environment:
6
- nodejs_version: "8"
+ nodejs_version: "10"
7
8
platform:
9
- x86
.travis.yml
@@ -20,7 +20,7 @@ matrix:
20
- yarn
21
- name: 'Highest versions of the dependencies'
22
os: linux
23
- node_js: "10"
+ node_js: "12"
24
env:
25
- JOB_PART=test
26
- DISABLE_UNSTABLE_CHECKS=1
@@ -37,7 +37,7 @@ matrix:
37
node_js: "10"
38
env: JOB_PART=test
39
- os: linux
40
- node_js: "8"
41
42
43
script: npm run $JOB_PART
0 commit comments