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:
parent
668c092af3
commit
adc6560703
5 changed files with 7 additions and 7 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue