Compare commits

...

4 Commits

Author SHA1 Message Date
0c5f20ed36 5.0.89 2022-10-12 17:24:48 +02:00
4066098153 fix(core): update 2022-10-12 17:24:48 +02:00
a9fcf3c64e 5.0.88 2022-10-12 16:33:03 +02:00
03cdeb1cd4 fix(core): update 2022-10-12 16:33:02 +02:00
4 changed files with 4 additions and 3 deletions

View File

@ -36,6 +36,7 @@ release:
- npmci docker build - npmci docker build
- npmci docker test - npmci docker test
- npmci docker push registry.gitlab.com - npmci docker push registry.gitlab.com
- npmci docker push docker.io
only: only:
- tags - tags
tags: tags:

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "ht-docker-node", "name": "ht-docker-node",
"version": "5.0.87", "version": "5.0.89",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-node", "name": "ht-docker-node",
"version": "5.0.87", "version": "5.0.89",
"description": "docker image with nodejs and shipzone.io support", "description": "docker image with nodejs and shipzone.io support",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -7,5 +7,5 @@ npm set registry https://verdaccio.lossless.one
npmci node install stable npmci node install stable
# check if npm picks it up # check if npm picks it up
npmci command npm install -g @gitzone/tsrun npmci command pnpm install -g @gitzone/tsrun
npmci command tsrun -v npmci command tsrun -v