Skip to content

Commit

Permalink
Merge pull request #240 from apigee-internal/134834551
Browse files Browse the repository at this point in the history
change supported versions
  • Loading branch information
theganyo authored Jun 14, 2019
2 parents d7c5627 + 2960f60 commit 482a179
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 482a179

Please sign in to comment.