File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1616 "access" : " public"
1717 },
1818 "engines" : {
19- "node" : " >=18 .0.0"
19+ "node" : " >=20 .0.0"
2020 },
2121 "main" : " dist/index.js" ,
2222 "files" : [
You can’t perform that action at this time.
0 commit comments