diff --git a/bin/stencil b/bin/stencil index a521e9caf4a..ab8f8958599 100755 --- a/bin/stencil +++ b/bin/stencil @@ -1,8 +1,8 @@ #!/usr/bin/env node 'use strict'; -var minimumVersion = '10.13'; -var recommendedVersion = '12.17'; +var minimumVersion = '12.10'; +var recommendedVersion = '14.5'; var currentVersion = process.versions.node; function isNodeLT(v) { diff --git a/package.json b/package.json index bbf8de83676..5eda8cb847c 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "ws": "7.3.1" }, "engines": { - "node": ">=10.13.0", + "node": ">=12.10.0", "npm": ">=6.0.0" }, "repository": { diff --git a/tsconfig.json b/tsconfig.json index f2a72b3e1d1..a0afd9afddb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,7 @@ "outDir": "build", "pretty": true, "resolveJsonModule": true, - "target": "es2017", + "target": "es2018", "baseUrl": ".", "paths": { "@app-data": ["src/app-data/index.ts"],