diff --git a/.gitea/workflows/gitzone_ci_default.yaml b/.gitea/workflows/gitzone_ci_default.yaml index 9cf0e91..15b7271 100644 --- a/.gitea/workflows/gitzone_ci_default.yaml +++ b/.gitea/workflows/gitzone_ci_default.yaml @@ -28,13 +28,16 @@ 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: + if: ${{ always() }} needs: security runs-on: ubuntu-latest container: diff --git a/package.json b/package.json index 03b587a..ca527b7 100644 --- a/package.json +++ b/package.json @@ -59,4 +59,4 @@ "browserslist": [ "last 1 chrome versions" ] -} +} \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3f4baac..23a23fa 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartdata', - version: '5.0.17', + version: '5.0.18', description: 'do more with data' }