Skip to content

Commit

Permalink
build: drop support for node 12 (#852)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node 12
  • Loading branch information
Mister-Hope committed May 1, 2022
1 parent fc07ace commit fc1c51b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Expand Up @@ -2,7 +2,7 @@

## Prerequisites

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

::: tip
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/getting-started.md
Expand Up @@ -2,7 +2,7 @@

## 依赖环境

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

::: tip
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Expand Up @@ -7,6 +7,6 @@
"noEmitOnError": true,
"noImplicitAny": false,
"skipLibCheck": true,
"target": "ES2018"
"target": "ES2020"
}
}

0 comments on commit fc1c51b

Please sign in to comment.