Skip to content

Commit

Permalink
Merge branch 'davidparsson:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored May 1, 2024
2 parents 5cff711 + ec564d4 commit 53542d2
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 @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/davidparsson/junit-report-builder",
"engines": {
"node": ">=8"
"node": ">=16"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit 53542d2

Please sign in to comment.