13
0
Fork 0
mirror of https://github.com/dorny/paths-filter.git synced 2026-07-03 06:09:30 +00:00

fix: node 24 upgrade

This commit is contained in:
Guto Maia 2026-03-04 13:36:36 -03:00
parent 668c092af3
commit adc6560703
5 changed files with 7 additions and 7 deletions

4
package-lock.json generated
View file

@ -18,7 +18,7 @@
"@octokit/webhooks-types": "^7.3.1",
"@types/jest": "^29.5.11",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.11.6",
"@types/node": "^24.0.0",
"@types/picomatch": "^2.3.3",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
@ -34,7 +34,7 @@
"typescript": "^5.3.3"
},
"engines": {
"node": ">= 20"
"node": ">= 24"
}
},
"node_modules/@aashutoshrathi/word-wrap": {