13
0
Fork 0
mirror of https://github.com/dorny/paths-filter.git synced 2026-07-02 05:39:31 +00:00

feat: upgrade to node24

This commit is contained in:
Alex Miller 2025-11-26 13:06:30 +13:00
parent e83d9c31e4
commit 24eda3954a
5 changed files with 11 additions and 11 deletions

View file

@ -35,7 +35,7 @@
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@octokit/webhooks-types": "^7.6.1",
"@tsconfig/node20": "^20.1.8",
"@tsconfig/node24": "^24.0.3",
"@types/js-yaml": "^4.0.9",
"@types/micromatch": "^4.0.10",
"@types/node": "^24.10.1",
@ -54,7 +54,7 @@
"vitest": "^4.0.14"
},
"volta": {
"node": "20.19.2",
"node": "24.11.1",
"pnpm": "10.23.0"
}
}