Skip to content

Commit

Permalink
change supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jun 8, 2019
1 parent c549274 commit 2960f60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/edgemicro
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
'use strict';
var edgemicroVersion = require('../package.json').version;
const version = process.version;
const ltsVersion = 6;
const experimental = ["v7", "v9"];
const latest = 10;
const ltsVersion = 8;
const experimental = ["v7", "v9","v11"];
const latest = 12;

//don't print versions when obtaining a token.
if (!process.argv.includes("token") && !process.argv.includes("get")) {
Expand Down

0 comments on commit 2960f60

Please sign in to comment.