fix(dependencies): update
This commit is contained in:
@ -36,11 +36,11 @@ export let install = async versionArg => {
|
||||
logger.log('info', `now installing node version ${versionArg}`);
|
||||
let version: string;
|
||||
if (versionArg === 'stable') {
|
||||
version = '10';
|
||||
version = '11';
|
||||
} else if (versionArg === 'lts') {
|
||||
version = '8';
|
||||
version = '10';
|
||||
} else if (versionArg === 'legacy') {
|
||||
version = '9';
|
||||
version = '8';
|
||||
} else {
|
||||
version = versionArg;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
import * as plugins from './npmci.plugins';
|
||||
import * as paths from './npmci.paths';
|
||||
import { GitRepo } from 'smartstring';
|
||||
import { GitRepo } from '@pushrocks/smartstring';
|
||||
import { Dockerfile } from './mod_docker/index';
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user