Skip to content

Commit c4612b0

Browse files
authored
Merge pull request #9 from rahu619/copilot/update-nodejs-test-matrix
chore: support Node.js 24 LTS
2 parents 3dbc7cd + 1cce51f commit c4612b0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [16.x, 18.x, 20.x]
13+
node-version: [20.x, 22.x, 24.x]
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v3

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"cron-expression",
1818
"cron-convert"
1919
],
20+
"engines": {
21+
"node": "^20 || ^22 || ^24"
22+
},
2023
"license": "MIT",
2124
"homepage": "https://github.com/rahu619/cron-converter-u2q",
2225
"repository": {

0 commit comments

Comments
 (0)