13
0
Fork 0
mirror of https://github.com/dorny/paths-filter.git synced 2026-07-03 06:09:30 +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

@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"extends": "@tsconfig/node24/tsconfig.json",
"compilerOptions": {
"noEmit": true,