diff --git a/.gitea/workflows/gitzone_ci_default.yaml b/.gitea/workflows/gitzone_ci_default.yaml index f2a09e1..b5fe27e 100644 --- a/.gitea/workflows/gitzone_ci_default.yaml +++ b/.gitea/workflows/gitzone_ci_default.yaml @@ -30,11 +30,13 @@ jobs: run: | npmci command npm config set registry https://registry.npmjs.org npmci command pnpm audit --audit-level=high --prod + continue-on-error: true - name: Audit development dependencies run: | npmci command npm config set registry https://registry.npmjs.org npmci command pnpm audit --audit-level=high --dev + continue-on-error: true test: needs: security diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e56a3b1..e35bd10 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartfile', - version: '10.0.13', + version: '10.0.14', description: 'offers smart ways to work with files in nodejs' }