Skip to content

Commit cc9edd7

Browse files
authored
Bump supported version of Node.js to v24 (#75)
1 parent 5c3ae8b commit cc9edd7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
node-version:
17-
- 18
18-
- 20
17+
- 22
18+
- 23
19+
- 24
1920

2021
steps:
2122
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/agarzola/symdeps#readme",
3535
"engines": {
36-
"node": ">=18 <21"
36+
"node": ">=22 <25"
3737
},
3838
"pre-push": [
3939
"test",

0 commit comments

Comments
 (0)