use node 18 to support github electron-builder action

This commit is contained in:
Björn Dalfors
2024-04-02 16:17:40 +02:00
parent 1b7c9c52f6
commit 65c53fd670
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"postinstall": "yarn build"
},
"engines": {
"node": "19"
"node": ">=18"
},
"author": "",
"license": "CC-BY-ND-4.0",