Skip to content

Commit 34b025d

Browse files
committed
ci: drop node18 to support node20
1 parent bd08da7 commit 34b025d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [18.x, 24.x]
12+
node-version: [20.x, 24.x]
1313

1414
steps:
1515
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A Versioning Generator for JavaScript Projects.
1717
- ✅ Easy CLI
1818
- ✅ Monorepo support with [Lerna](https://lerna.js.org/)
1919
- ✅ Release support with [Github CLI](https://cli.github.com/)
20-
- ✅ Supports Node v18+
20+
- ✅ Supports Node v20+
2121

2222
### Install
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"access": "public"
1717
},
1818
"engines": {
19-
"node": ">=18.0.0"
19+
"node": ">=20.0.0"
2020
},
2121
"main": "dist/index.js",
2222
"files": [

0 commit comments

Comments
 (0)