File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
[ ![ version] ( https://img.shields.io/github/v/release/code-pushup/cli )] ( https://github.com/code-pushup/cli/releases/latest )
10
10
[ ![ release date] ( https://img.shields.io/github/release-date/code-pushup/cli )] ( https://github.com/code-pushup/cli/releases )
11
+ ![ NodeJS support] ( https://img.shields.io/node/v/%40code-pushup%2Fcli )
11
12
[ ![ license] ( https://img.shields.io/github/license/code-pushup/cli )] ( https://opensource.org/licenses/MIT )
12
13
[ ![ commit activity] ( https://img.shields.io/github/commit-activity/m/code-pushup/cli )] ( https://github.com/code-pushup/cli/pulse/monthly )
13
14
[ ![ CI] ( https://github.com/code-pushup/cli/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/code-pushup/cli/actions/workflows/ci.yml?query=branch%3Amain )
Original file line number Diff line number Diff line change 41
41
"bin" : {
42
42
"code-pushup" : " ./src/index.js"
43
43
},
44
+ "engines" : {
45
+ "node" : " >=20"
46
+ },
44
47
"dependencies" : {
45
48
"@code-pushup/models" : " 0.66.2" ,
46
49
"@code-pushup/core" : " 0.66.2" ,
You can’t perform that action at this time.
0 commit comments