fix(core): update

This commit is contained in:
Philipp Kunz 2023-06-24 20:36:52 +02:00
parent cf73ff4a54
commit 0a5af0ba96
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ env:
IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:npmci
NPMCI_TOKEN_NPM: ${{secrets.NPMCI_TOKEN_NPM}}
NPMCI_TOKEN_NPM2: ${{secrets.NPMCI_TOKEN_NPM2}}
NPMCI_GIT_GITHUBTOKEN: ${{secrets.NPMCI_GIT_GITHUBTOKEN}}
NPMCI_URL_CLOUDLY: ${{secrets.NPMCI_URL_CLOUDLY}}
jobs:

View File

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