We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3ae8b commit cc9edd7Copy full SHA for cc9edd7
.github/workflows/ci.yml
@@ -14,8 +14,9 @@ jobs:
14
strategy:
15
matrix:
16
node-version:
17
- - 18
18
- - 20
+ - 22
+ - 23
19
+ - 24
20
21
steps:
22
- uses: actions/checkout@v4
package.json
@@ -33,7 +33,7 @@
33
},
34
"homepage": "https://github.com/agarzola/symdeps#readme",
35
"engines": {
36
- "node": ">=18 <21"
+ "node": ">=22 <25"
37
38
"pre-push": [
39
"test",
0 commit comments