fix: upgrade Node.js to v22 for @electron/notarize compatibility

@electron/notarize@3.1.1 requires Node >= 22.12.0, but the workflow was
using Node 20. Updated all setup-node steps to use Node 22.
This commit is contained in:
Pedram Amini
2026-01-01 22:07:20 -06:00
parent b2c807deb2
commit ae324fa24d
2 changed files with 4 additions and 4 deletions

View File

@@ -290,6 +290,6 @@
"vitest": "^4.0.15"
},
"engines": {
"node": ">=20.0.0"
"node": ">=22.0.0"
}
}