@code-pushup/cli 0.16.2 → 0.16.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -141,8 +141,8 @@ jobs:
|
|
|
141
141
|
collect-and-upload:
|
|
142
142
|
runs-on: ubuntu-latest
|
|
143
143
|
steps:
|
|
144
|
-
- uses: actions/checkout@
|
|
145
|
-
- uses: actions/setup-node@
|
|
144
|
+
- uses: actions/checkout@v4
|
|
145
|
+
- uses: actions/setup-node@v4
|
|
146
146
|
- run: npm ci
|
|
147
147
|
- run: npx code-pushup autorun --upload.apiKey=${{ secrets.PORTAL_API_KEY }}
|
|
148
148
|
```
|
package/index.js
CHANGED
|
@@ -1564,7 +1564,7 @@ function link2(text) {
|
|
|
1564
1564
|
|
|
1565
1565
|
// packages/core/package.json
|
|
1566
1566
|
var name = "@code-pushup/core";
|
|
1567
|
-
var version = "0.16.
|
|
1567
|
+
var version = "0.16.3";
|
|
1568
1568
|
|
|
1569
1569
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
1570
1570
|
import chalk5 from "chalk";
|