build: downgrade Node.js types to fix require('electron') types inference in e2e tests

Was broken by dcfd5717f7.

@types/node v22.10.8 is the most recent known version which doesn't cause problems
This commit is contained in:
Kirill Gavrilov 2025-03-06 02:23:27 +03:00
parent a22ee47cc9
commit d7d5f33400

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@eslint/js": "9.19.0",
"@stylistic/eslint-plugin": "3.0.1",
"@types/node": "22.12.0",
"@types/node": "22.10.8",
"@vitest/coverage-v8": "3.0.4",
"enquirer": "2.4.1",
"esbuild": "0.24.2",