Skip to content

Commit

Permalink
build: bump @electron/get to 2.0.0, node to >= 12+ (electron#35301)
Browse files Browse the repository at this point in the history
* infra: bump @electron/get to 2.0.0, node to >= 12+

* chore: empty commit to trigger CircleCI
  • Loading branch information
VerteDinde authored Aug 11, 2022
1 parent 4d54cad commit 81d95b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 81d95b5

Please sign in to comment.