Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit 342f2ca

Browse files
committed
chore(deps): update CI config for Node bump
1 parent 8930499 commit 342f2ca

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
# we recommend testing addons with the same minimum supported node version as Ember CLI
55
# so that your addon works for all apps
6-
- "8"
6+
- "10"
77

88
sudo: false
99
dist: trusty

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ init:
77
# Test against these versions of Node.js.
88
environment:
99
matrix:
10-
- nodejs_version: "8"
10+
- nodejs_version: "10"
1111

1212
# Install scripts. (runs after repo cloning)
1313
install:

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ trigger:
1414
steps:
1515
- task: NodeTool@0
1616
inputs:
17-
versionSpec: '8.x'
17+
versionSpec: '10.x'
1818
displayName: 'Install Node.js'
1919

2020
- script: |

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,8 @@
8181
"trailingComma": "es5",
8282
"tabWidth": 2,
8383
"proseWrap": "never"
84+
},
85+
"volta": {
86+
"node": "10.23.0"
8487
}
8588
}

0 commit comments

Comments
 (0)