Skip to content

Commit d3b462e

Browse files
authored
chore(node): drop support for node v12 (#823)
This change removes "official" support for node v12, which is now unmaintained and hasn't been supported since 30th April 2022. If users still need to use node v12 they can continue using the v8 version of this package. BREAKING CHANGE: Drop support for Node.js v12 Signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
1 parent 73f6729 commit d3b462e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs: build
4343
strategy:
4444
matrix:
45-
node: [12, 14, 16]
45+
node: [14, 16]
4646
os: [ubuntu-latest, macos-latest, windows-latest]
4747
fail-fast: false
4848
steps:

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
2323

2424
## Installation
2525

26-
This plugin requires **Node.js >=12.13.0+**, **Webpack ^5.11.0**, **TypeScript ^3.6.0**
26+
This plugin requires **Node.js >=14.0.0+**, **Webpack ^5.11.0**, **TypeScript ^3.6.0**
2727

2828
* If you depend on **TypeScript 2.1 - 2.6.2**, please use [version 4](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/tree/v4.1.4) of the plugin.
2929
* If you depend on **Webpack 4**, **TypeScript 2.7 - 3.5.3** or **ESLint** feature, please use [version 6](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/tree/v6.2.6) of the plugin.
30+
* If you depend on **Node.js 12**, please use [version 8](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/tree/v8.0.0) of the plugin.
3031
* If you need Vue.js support, please use [version 6](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/tree/v6.5.2) of ths plugin
3132

3233
```sh

0 commit comments

Comments
 (0)