Skip to content

Commit 8d8f5d9

Browse files
committed
Drop support EOL Node.js 12, 14, 16
1 parent fb5de75 commit 8d8f5d9

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/node.js.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
17-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
18-
exclude:
19-
- os: macos-latest
20-
node-version: 12.x
21-
- os: macos-latest
22-
node-version: 14.x
23-
17+
node-version: [18.x, 20.x]
18+
2419
steps:
2520
- uses: actions/checkout@v2
2621
- name: Use Node.js ${{ matrix.node-version }}

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Minimal supported version Node.js 18 LTS
56
- Fixed page break in a column group
67

78
## 0.2.12 - 2024-08-14

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"webpack-cli": "^4.7.2"
4646
},
4747
"engines": {
48-
"node": ">=12"
48+
"node": ">=18"
4949
},
5050
"scripts": {
5151
"test": "run-s build mocha",

0 commit comments

Comments
 (0)