Skip to content

Commit fc1c51b

Browse files
authored
build: drop support for node 12 (#852)
BREAKING CHANGE: drop support for node 12
1 parent fc07ace commit fc1c51b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Prerequisites
44

5-
- [Node.js v12+](https://nodejs.org/)
5+
- [Node.js v14+](https://nodejs.org/)
66
- [Yarn v1 classic](https://classic.yarnpkg.com/en/) (Optional)
77

88
::: tip

docs/zh/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 依赖环境
44

5-
- [Node.js v12+](https://nodejs.org/)
5+
- [Node.js v14+](https://nodejs.org/)
66
- [Yarn v1 classic](https://classic.yarnpkg.com/zh-Hans/) (可选)
77

88
::: tip

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"noEmitOnError": true,
88
"noImplicitAny": false,
99
"skipLibCheck": true,
10-
"target": "ES2018"
10+
"target": "ES2020"
1111
}
1212
}

0 commit comments

Comments
 (0)