mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
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:
@@ -290,6 +290,6 @@
|
||||
"vitest": "^4.0.15"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
"node": ">=22.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user