Skip to content

Commit 6af6245

Browse files
authored
build(nodejs)!: remove 18 support (#198)
1 parent 5fb00d5 commit 6af6245

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18.x, 20.x, 22.x]
12+
node-version: [20.x, 22.x]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Setup Node.js ${{ matrix.node-version }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Generate a changelog with [conventional commit types](https://www.conventionalco
77

88
## Requirements
99
The basic requirements:
10-
* [NodeJS version 18+](https://nodejs.org/)
10+
* [NodeJS version 20+](https://nodejs.org/)
1111
* NPM
1212

1313
## Use

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"history"
2222
],
2323
"engines": {
24-
"node": ">=18.0.0"
24+
"node": ">=20.0.0"
2525
},
2626
"files": [
2727
"src/*.js"

0 commit comments

Comments
 (0)