Skip to content
Snippets Groups Projects
Commit 22a85726 authored by Michael Kriese's avatar Michael Kriese Committed by Rhys Arkins
Browse files

fix(travis): update travis node versions (#3642)

parent 0a1b188c
No related merge requests found
......@@ -9,9 +9,9 @@ module.exports = {
// Start version numbers as integers for correct sorting
const policies = {
lts: [6, 8, 10],
active: [8, 10, 11],
current: [11],
lts: [8, 10],
active: [8, 10, 11, 12],
current: [12],
lts_active: [8, 10],
lts_latest: [10],
};
......
......@@ -6,7 +6,6 @@ Array [
"isRange": true,
"newMajor": 10,
"newValue": Array [
"6.11.0",
"8.9.4",
"10.0.1",
],
......@@ -15,4 +14,16 @@ Array [
]
`;
exports[`lib/manager/node/package getPackageUpdates returns result if needing updates 1`] = `Array []`;
exports[`lib/manager/node/package getPackageUpdates returns result if needing updates 1`] = `
Array [
Object {
"isRange": true,
"newMajor": 10,
"newValue": Array [
"8",
"10",
],
"sourceUrl": "https://github.com/nodejs/node",
},
]
`;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment