Skip to content

Commit b7c1558

Browse files
committed
attempt-backport: logically order nodeVersions
This is the order before a05e3b9 Try to patch first to the latest branch in a fail-fast way, even if it does not actually fail fast at this point in time.
1 parent 2f2ab3b commit b7c1558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/attempt-backport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ const updatePrWithLabels = node_repo.updatePrWithLabels
99

1010
const enabledRepos = ['node']
1111
const nodeVersions = [
12+
{ version: 7 },
1213
{ version: 4, lts: true },
13-
{ version: 6, lts: true },
14-
{ version: 7 }
14+
{ version: 6, lts: true }
1515
]
1616
const queue = []
1717
let inProgress = false

0 commit comments

Comments
 (0)