Skip to content

Commit

Permalink
Merge pull request #65 from davidparsson/drop-old-node-js
Browse files Browse the repository at this point in the history
Drop support for Node.js 14 and older
  • Loading branch information
davidparsson authored May 1, 2024
2 parents e54ff99 + 710e4e5 commit ec564d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ Please refer to the [e2e_spec.coffee](spec/e2e_spec.coffee) for more details on

## Changelog

### 4.0.0

- Dropped support for node.js 14, 12, 10 and 8.

### 3.2.1

- Update documentation.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/davidparsson/junit-report-builder",
"engines": {
"node": ">=8"
"node": ">=16"
},
"devDependencies": {
"grunt": "^1.6.1",
Expand Down

0 comments on commit ec564d4

Please sign in to comment.