Skip to content

Commit

Permalink
Merge pull request #143 from rosen-group/1.14.1
Browse files Browse the repository at this point in the history
1.14.1
  • Loading branch information
MichaelKirchner authored Nov 22, 2024
2 parents 4e91849 + db8faee commit de33fee
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: OSSAR

on:
push:
# push:
pull_request:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-onboarding/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit de33fee

Please sign in to comment.