We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd08da7 commit 34b025dCopy full SHA for 34b025d
3 files changed
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
10
strategy:
11
matrix:
12
- node-version: [18.x, 24.x]
+ node-version: [20.x, 24.x]
13
14
steps:
15
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
README.md
@@ -17,7 +17,7 @@ A Versioning Generator for JavaScript Projects.
17
- ✅ Easy CLI
18
- ✅ Monorepo support with [Lerna](https://lerna.js.org/)
19
- ✅ Release support with [Github CLI](https://cli.github.com/)
20
-- ✅ Supports Node v18+
+- ✅ Supports Node v20+
21
22
### Install
23
package.json
@@ -16,7 +16,7 @@
16
"access": "public"
},
"engines": {
- "node": ">=18.0.0"
+ "node": ">=20.0.0"
"main": "dist/index.js",
"files": [
0 commit comments