diff --git a/.github/workflows/master-ci.yml b/.github/workflows/master-ci.yml index 4467c96..eaaa6ae 100644 --- a/.github/workflows/master-ci.yml +++ b/.github/workflows/master-ci.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Use Node.js 16.x + - name: Use Node.js 22.x uses: actions/setup-node@v1 with: - node-version: 18.18.x + node-version: 22.11.x - name: Install dependencies run: | npm install diff --git a/.github/workflows/ossar-analysis.yml b/.github/workflows/ossar-analysis.yml index 71372dc..07e8ad7 100644 --- a/.github/workflows/ossar-analysis.yml +++ b/.github/workflows/ossar-analysis.yml @@ -4,7 +4,7 @@ name: OSSAR on: - push: +# push: pull_request: jobs: diff --git a/package-lock.json b/package-lock.json index 291a040..8d8bed0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-onboarding-app", - "version": "1.14.0", + "version": "1.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-onboarding-app", - "version": "1.14.0", + "version": "1.14.1", "license": "MIT", "dependencies": { "@angular/animations": "^18.2.12", diff --git a/package.json b/package.json index fdd3afe..d40f6bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-onboarding-app", - "version": "1.14.0", + "version": "1.14.1", "engines": { "node": "16.20.x || 18.x || 20.x || 22.x" }, diff --git a/projects/ngx-onboarding/package.json b/projects/ngx-onboarding/package.json index 737bd0c..2037280 100644 --- a/projects/ngx-onboarding/package.json +++ b/projects/ngx-onboarding/package.json @@ -1,6 +1,6 @@ { "name": "@rosen-group/ngx-onboarding", - "version": "1.14.0", + "version": "1.14.1", "description": "Onboarding module for Angular applications", "homepage": "https://www.rosen-group.com", "license": "MIT",