Skip to content

Commit

Permalink
fixup: whoops
Browse files Browse the repository at this point in the history
Co-Authored-By: MylesBorins <myles.borins@gmail.com>
  • Loading branch information
richardlau and MylesBorins authored Oct 23, 2018
1 parent f336836 commit c97612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-process-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (versionParts[0] === '4' && versionParts[1] >= 2) {
assert.strictEqual(process.release.lts, 'Boron');
} else if (versionParts[0] === '8' && versionParts[1] >= 9) {
assert.strictEqual(process.release.lts, 'Carbon');
} else if (versionParts[0] === '10' && versionParts[1] >= 9) {
} else if (versionParts[0] === '10' && versionParts[1] >= 13) {
assert.strictEqual(process.release.lts, 'Dubnium');
} else {
assert.strictEqual(process.release.lts, undefined);
Expand Down

0 comments on commit c97612a

Please sign in to comment.