Skip to content

Commit ba5d177

Browse files
committed
docs(cli): document minimal nodejs support
1 parent 018c1f1 commit ba5d177

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
[![version](https://img.shields.io/github/v/release/code-pushup/cli)](https://github.com/code-pushup/cli/releases/latest)
1010
[![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)
1112
[![license](https://img.shields.io/github/license/code-pushup/cli)](https://opensource.org/licenses/MIT)
1213
[![commit activity](https://img.shields.io/github/commit-activity/m/code-pushup/cli)](https://github.com/code-pushup/cli/pulse/monthly)
1314
[![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)

packages/cli/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"bin": {
4242
"code-pushup": "./src/index.js"
4343
},
44+
"engines": {
45+
"node": ">=20"
46+
},
4447
"dependencies": {
4548
"@code-pushup/models": "0.66.2",
4649
"@code-pushup/core": "0.66.2",

0 commit comments

Comments
 (0)