build: bump @electron/get to 2.0.0, node to >= 12+ (#35301)
* infra: bump @electron/get to 2.0.0, node to >= 12+ * chore: empty commit to trigger CircleCI
This commit is contained in:
parent
4d54cadb28
commit
81d95b53b3
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
"postinstall": "node install.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@electron/get": "^1.14.1",
|
||||
"@electron/get": "^2.0.0",
|
||||
"@types/node": "^16.11.26",
|
||||
"extract-zip": "^2.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.17.0"
|
||||
"node": ">= 12.20.55"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue