Skip to content

Commit

Permalink
build(nodejs)!: remove 18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Feb 7, 2025
1 parent a8f1bf5 commit 494b867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Generate a changelog with [conventional commit types](https://www.conventionalco

## Requirements
The basic requirements:
* [NodeJS version 18+](https://nodejs.org/)
* [NodeJS version 20+](https://nodejs.org/)
* NPM

## Use
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"history"
],
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"files": [
"src/*.js"
Expand Down

0 comments on commit 494b867

Please sign in to comment.