Skip to content

Commit

Permalink
Merge pull request #14 from ua-cron/feature/17/update_versions
Browse files Browse the repository at this point in the history
17.0.0 - update versions
  • Loading branch information
BzenkoSergey authored Jan 11, 2024
2 parents 921fd4f + 73a707f commit 9a6dcfe
Show file tree
Hide file tree
Showing 6 changed files with 7,811 additions and 5,691 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.16.0]
node-version: [20.11.0]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.16.0]
node-version: [20.11.0]

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Please check our [demo & documentation](https://ngcron.emptyui.com/) and the lis
<p align="center">
<a href="https://badge.fury.io/js/%40sbzen%2Fng-cron">
<img
src="https://badge.fury.io/js/%40sbzen%2Fng-cron.svg"
src="https://img.shields.io/npm/dm/@sbzen/ng-cron.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen"
alt="npm version">
</a>
<a href="https://npmjs.org/%40sbzen%2Fng-cron">
<img
src="https://img.shields.io/npm/dm/%40sbzen%2Fng-cron.svg"
src="https://img.shields.io/npm/v/@sbzen/ng-cron.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen"
alt="npm downloads">
</a>
</p>
Expand Down Expand Up @@ -72,3 +72,4 @@ Here is the versions compatibility list:
| 2.0.0 | 14.x.x | 4.x.x |
| 15.0.0 | 15.x.x | 4.x.x, 5.x.x |
| 16.0.0 | 16.x.x | 4.x.x, 5.x.x |
| 17.0.0 | 17.x.x | 4.x.x, 5.x.x |
Loading

0 comments on commit 9a6dcfe

Please sign in to comment.