Skip to content

Commit d349561

Browse files
committed
update build
1 parent 7267eea commit d349561

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dist/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4357,7 +4357,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
43574357

43584358
var BottleneckLight = _interopDefault(__nccwpck_require__(1174));
43594359

4360-
const VERSION = "5.0.1";
4360+
const VERSION = "5.1.1";
43614361

43624362
const noop = () => Promise.resolve();
43634363
// @ts-expect-error
@@ -15224,8 +15224,7 @@ function run() {
1522415224
}
1522515225
onlyPackageJsonChanged = comparison.data.files.every(function (_a) {
1522615226
var filename = _a.filename, status = _a.status;
15227-
return ['package.json', 'package-lock.json', 'yarn.lock'].includes(filename) &&
15228-
status === 'modified';
15227+
return ['package.json', 'package-lock.json', 'yarn.lock', '.pnp.cjs'].includes(filename) && status === 'modified';
1522915228
});
1523015229
if (!onlyPackageJsonChanged) {
1523115230
core.error('More changed than the package.json and lockfile');

0 commit comments

Comments
 (0)