Merge branch 'master' into renovate/migrate-config

This commit is contained in:
Oleksandr Bordun 2024-12-10 19:15:01 +01:00 committed by GitHub
commit 9cae6e6955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,7 @@
# GitHub Actions for Yarn
This GitHub Action is currently compatible with Yarn 1.x only.
> Look [github.com/actions/setup-node](https://github.com/actions/setup-node) for more details.
This Action for [yarn](https://yarnpkg.com) enables arbitrary actions with the `yarn` command-line client, including testing packages and publishing to a registry.

2
dist/index.js vendored
View File

@ -56,7 +56,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.run = void 0;
const exec_1 = __nccwpck_require__(236);
const run = (cmd, { cwd }) => __awaiter(void 0, void 0, void 0, function* () {
const run = (cmd_1, _a) => __awaiter(void 0, [cmd_1, _a], void 0, function* (cmd, { cwd }) {
yield (0, exec_1.exec)('yarn', cmd.split(' '), { cwd });
});
exports.run = run;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,6 @@
"eslint": "^8.57.1",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"typescript": "^5.3.3"
"typescript": "^5.7.2"
}
}

View File

@ -3797,10 +3797,10 @@ typed-array-length@^1.0.4:
for-each "^0.3.3"
is-typed-array "^1.1.9"
typescript@^5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
typescript@^5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
unbox-primitive@^1.0.2:
version "1.0.2"