We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb8ab8 commit 1f089fbCopy full SHA for 1f089fb
4 files changed
.changes/node-v12.md
@@ -0,0 +1,6 @@
1
+---
2
+"api": patch
3
+"cli.js": patch
4
5
+
6
+Update minimum Node.js version to v12.13.0
tooling/api/package.json
@@ -52,7 +52,7 @@
52
"access": "public"
53
},
54
"engines": {
55
- "node": ">= 10.17.0",
+ "node": ">= 12.13.0",
56
"npm": ">= 6.6.0",
57
"yarn": ">= 1.19.1"
58
tooling/cli.js/package.json
@@ -45,7 +45,7 @@
45
46
47
48
49
50
51
tooling/cli.rs/metadata.json
@@ -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",
7
"tauri-build": "1.0.0-beta-rc.0"
0 commit comments