Skip to content

Commit

Permalink
chore: update minimum nodejs version to 12.13.0 (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Apr 21, 2021
1 parent 4bb8ab8 commit 1f089fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/node-v12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"api": patch
"cli.js": patch
---

Update minimum Node.js version to v12.13.0
2 changes: 1 addition & 1 deletion tooling/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"engines": {
"node": ">= 10.17.0",
"node": ">= 12.13.0",
"npm": ">= 6.6.0",
"yarn": ">= 1.19.1"
},
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"access": "public"
},
"engines": {
"node": ">= 10.17.0",
"node": ">= 12.13.0",
"npm": ">= 6.6.0",
"yarn": ">= 1.19.1"
},
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli.rs/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cli.js": {
"version": "1.0.0-beta-rc.2",
"node": ">= 10.17.0"
"node": ">= 12.13.0"
},
"tauri": "1.0.0-beta-rc.2",
"tauri-build": "1.0.0-beta-rc.0"
Expand Down

0 comments on commit 1f089fb

Please sign in to comment.