1
0
mirror of https://github.com/koloml/philomena-tagging-assistant.git synced 2026-06-23 18:22:20 +00:00

Force node version to be v25.x, updated lock file

This commit is contained in:
2026-06-21 19:47:36 +04:00
parent 1b4cb284da
commit 67cd17d2b6
2 changed files with 238 additions and 287 deletions

View File

@@ -35,5 +35,8 @@
"typescript": "^6.0.3",
"vite": "^7.3.5",
"vitest": "^4.1.8"
},
"engines": {
"node": ">=25"
}
}