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:
Keeley Hammond 2022-08-11 06:31:24 -07:00 committed by GitHub
parent 4d54cadb28
commit 81d95b53b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
}