Skip to content

Commit

Permalink
✨ Drop Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
smoliji committed May 5, 2024
1 parent 824a16d commit b0c2e3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

### Removed
- Drop Node.js 16 support

## [2.0.0-rc.4] 2024-05-05

## [2.0.0-rc.3] 2024-05-05
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"repository": "git+https://github.com/smoliji/node-healthz.git",
"engines": {
"node": ">=16"
"node": ">=18"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down

0 comments on commit b0c2e3b

Please sign in to comment.