fix(core): update

This commit is contained in:
Philipp Kunz 2023-06-25 13:55:03 +02:00
parent 88811646b7
commit 58ec27a1a0
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
name: CI Pipeline
on: push
on:
push:
tags:
- '*'
env:
IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:npmci

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartfile',
version: '10.0.19',
version: '10.0.20',
description: 'offers smart ways to work with files in nodejs'
}