Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
15165235fd | |||
9e23bf4811 | |||
6bf5730895 | |||
0c733d3a90 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "4.3.9",
|
"version": "4.3.11",
|
||||||
"description": "docker image with nodejs with shipzone.io support",
|
"description": "docker image with nodejs with shipzone.io support",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -3,7 +3,3 @@
|
|||||||
# test availability of node and npm
|
# test availability of node and npm
|
||||||
npm -v
|
npm -v
|
||||||
node -v
|
node -v
|
||||||
|
|
||||||
# test yarn
|
|
||||||
yarn global add npmts
|
|
||||||
npmts -v
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
npmci install stable
|
|
||||||
npmci command npmts -v
|
|
||||||
npmci install lts
|
|
||||||
npmci command npmts -v
|
|
||||||
npmci install legacy
|
|
||||||
npmci command npmts -v
|
|
3
test/test_stable.sh
Normal file
3
test/test_stable.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# test yarn
|
||||||
|
yarn global add npmts
|
||||||
|
npmts -v
|
Reference in New Issue
Block a user