Skip to content

Commit

Permalink
Drop support EOL Node.js 12, 14, 16
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Aug 28, 2024
1 parent fb5de75 commit 8d8f5d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
exclude:
- os: macos-latest
node-version: 12.x
- os: macos-latest
node-version: 14.x

node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

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

## 0.2.12 - 2024-08-14
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"webpack-cli": "^4.7.2"
},
"engines": {
"node": ">=12"
"node": ">=18"
},
"scripts": {
"test": "run-s build mocha",
Expand Down

0 comments on commit 8d8f5d9

Please sign in to comment.