Skip to content

Commit 69f62cf

Browse files
committed
tweaking test matrix
1 parent fcf5aa7 commit 69f62cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cache:
33
- "%LOCALAPPDATA%\\Yarn"
44

55
environment:
6-
nodejs_version: "8"
6+
nodejs_version: "10"
77

88
platform:
99
- x86

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ matrix:
2020
- yarn
2121
- name: 'Highest versions of the dependencies'
2222
os: linux
23-
node_js: "10"
23+
node_js: "12"
2424
env:
2525
- JOB_PART=test
2626
- DISABLE_UNSTABLE_CHECKS=1
@@ -37,7 +37,7 @@ matrix:
3737
node_js: "10"
3838
env: JOB_PART=test
3939
- os: linux
40-
node_js: "8"
40+
node_js: "12"
4141
env: JOB_PART=test
4242

4343
script: npm run $JOB_PART

0 commit comments

Comments
 (0)