Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ee919ac34 | |||
| 1b8680edff | |||
| 67f4456073 | |||
| b2835bd220 | |||
| a0a2cc2eda |
@@ -27,9 +27,6 @@ test:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npmci test docker
|
- npmci test docker
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
- triggers
|
|
||||||
tags:
|
tags:
|
||||||
- lossless
|
- lossless
|
||||||
- priv
|
- priv
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "4.3.6",
|
"version": "4.3.7",
|
||||||
"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": {
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# test availability of node and npm
|
||||||
npm -v
|
npm -v
|
||||||
node -v
|
node -v
|
||||||
|
|
||||||
|
# test yarn
|
||||||
|
yarn install npmts
|
||||||
|
npmts -v
|
||||||
|
|||||||
@@ -1 +1,9 @@
|
|||||||
|
# check if npmci is available
|
||||||
npmci -v
|
npmci -v
|
||||||
|
|
||||||
|
# check if we can use lts
|
||||||
|
npmci install lts
|
||||||
|
|
||||||
|
# check if yarn picks it up
|
||||||
|
npmci command yarn global add npmts
|
||||||
|
npmci command npmts -v
|
||||||
|
|||||||
Reference in New Issue
Block a user