Skip to content

Commit 8f11ec9

Browse files
committed
Fix non-PR flow in monorepo mode (update from @code-pushup/ci)
1 parent 381ad16 commit 8f11ec9

File tree

4 files changed

+66
-144
lines changed

4 files changed

+66
-144
lines changed

dist/index.js

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 48 additions & 127 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,19 @@
8080
"@actions/core": "^1.11.1",
8181
"@actions/exec": "^1.1.1",
8282
"@actions/github": "^6.0.0",
83-
"@code-pushup/ci": "^0.53.0",
84-
"@code-pushup/models": "^0.53.0",
85-
"@code-pushup/utils": "^0.53.0",
83+
"@code-pushup/ci": "^0.53.1",
84+
"@code-pushup/models": "^0.53.1",
85+
"@code-pushup/utils": "^0.53.1",
8686
"better-enums": "^0.2.2",
8787
"fast-glob": "^3.3.2",
8888
"simple-git": "^3.27.0",
8989
"yaml": "^2.6.0"
9090
},
9191
"devDependencies": {
92-
"@code-pushup/cli": "^0.53.0",
93-
"@code-pushup/coverage-plugin": "^0.53.0",
94-
"@code-pushup/eslint-plugin": "^0.53.0",
95-
"@code-pushup/js-packages-plugin": "^0.53.0",
92+
"@code-pushup/cli": "^0.53.1",
93+
"@code-pushup/coverage-plugin": "^0.53.1",
94+
"@code-pushup/eslint-plugin": "^0.53.1",
95+
"@code-pushup/js-packages-plugin": "^0.53.1",
9696
"@types/jest": "^29.5.13",
9797
"@types/node": "^22.7.5",
9898
"@typescript-eslint/eslint-plugin": "^7.18.0",

0 commit comments

Comments
 (0)