summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/create-astro/tsconfig.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 31aff2cb1..ddbb09318 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -41,6 +41,6 @@
"uvu": "^0.5.1"
},
"engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
+ "node": "^14.15.0 || >=16.0.0"
}
}
diff --git a/packages/create-astro/tsconfig.json b/packages/create-astro/tsconfig.json
index 6b3c4ca88..8f0cdf74d 100644
--- a/packages/create-astro/tsconfig.json
+++ b/packages/create-astro/tsconfig.json
@@ -3,7 +3,7 @@
"include": ["src", "index.d.ts"],
"compilerOptions": {
"allowJs": true,
- "target": "ES2019",
+ "target": "ES2020",
"module": "ES2020",
"outDir": "./dist",
"declarationDir": "./dist/types"