Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit fdb715c

Browse files
committed
chore(ci): node version bump
mongodb-js/compass#1873
1 parent 659210d commit fdb715c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 10.2.1
4+
- 12.4.0
55
before_install:
66
- npm i -g npm
77
script:

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ branches:
88
- master
99

1010
# build version format
11-
version: "{build}"
11+
version: '{build}'
1212

1313
# what combinations to test
1414
environment:
1515
global:
1616
DEBUG: '*'
1717
matrix:
18-
- nodejs_version: 10.2.1
18+
- nodejs_version: 12.4.0
1919

2020
# Get the stable version of node
2121
install:
@@ -27,13 +27,13 @@ build: 'off'
2727
test_script:
2828
# Output useful info for debugging.
2929
- node --version && npm --version
30-
- ps: "npm test # PowerShell" # Pass comment to PS for easier debugging
30+
- ps: 'npm test # PowerShell' # Pass comment to PS for easier debugging
3131
- cmd: npm test
3232

3333
matrix:
3434
fast_finish: true
3535

3636
cache:
37-
- C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
38-
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
39-
- node_modules -> package.json # local npm modules
37+
- C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
38+
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
39+
- node_modules -> package.json # local npm modules

0 commit comments

Comments
 (0)