Compare commits

...

2 Commits

Author SHA1 Message Date
05f2b58bdf 5.0.123 2024-05-17 20:24:59 +02:00
2c30a475a0 fix(core): update 2024-05-17 20:24:58 +02:00
4 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ cache:
key: "$CI_BUILD_STAGE"
before_script:
- pnpm upgrade -g
- npmci npm prepare
stages:

2
package-lock.json generated
View File

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

View File

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