We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dbc7cd + 1cce51f commit c4612b0Copy full SHA for c4612b0
.github/workflows/integration.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [16.x, 18.x, 20.x]
+ node-version: [20.x, 22.x, 24.x]
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v3
package.json
@@ -17,6 +17,9 @@
17
"cron-expression",
18
"cron-convert"
19
],
20
+ "engines": {
21
+ "node": "^20 || ^22 || ^24"
22
+ },
23
"license": "MIT",
24
"homepage": "https://github.com/rahu619/cron-converter-u2q",
25
"repository": {
0 commit comments