setup-node
setup-node copied to clipboard
Set up your GitHub Actions workflow with a specific version of node.js
**Description:** Adds `cache-key` as an output **Related issue:** - https://github.com/actions/setup-node/issues/1129 - https://github.com/actions/setup-node/issues/1181 - https://github.com/actions/setup-node/issues/1152 **Check list:** - [ ] Mark if documentation changes are required. - [X] Mark if tests...
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) to 5.1.1 and updates ancestor dependency [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github). These dependencies need to be updated together. Updates `@octokit/request-error` from 2.1.0 to 5.1.1 Release notes Sourced from @octokit/request-error's releases. v5.1.1 5.1.1...
Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) to 9.2.2 and updates ancestor dependency [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github). These dependencies need to be updated together. Updates `@octokit/plugin-paginate-rest` from 2.21.3 to 9.2.2 Release notes Sourced from @octokit/plugin-paginate-rest's releases. v9.2.2 9.2.2...
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.5. Release notes Sourced from uuid's releases. v11.0.5 11.0.5 (2025-01-09) Bug Fixes add TS unit test, pin to [email protected] (#860) (24ac2fd) v11.0.4 11.0.4 (2025-01-05) Bug...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.62.0 to 8.26.1. Release notes Sourced from @typescript-eslint/parser's releases. v8.24.0 8.24.0 (2025-02-10) 🚀 Features eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#10639) utils: add reportUnusedInlineConfigs to LinterOptions (#10718)...
**Description:** The same way it's possible to define relative LTS versions in `node-version` (like `lts/-1`), I want to be able to use relative versions from latest one (like `current/-3`). **Justification:**...
**Description:** Right now inputs and outputs of an action are documented in `actions.yml` but this is not the first place a user looks at. To have valid documentation inside `README.md`...
**Description:** Add an input named `distribution-url` which would set the URL where the specified nodejs dist is downloaded from. **Justification:** 1. Periodically using the default NodeJS download url fails causing...
**Description:** Fix a minor typo in the README. **Related issue:** N/A **Check list:** - [x] Mark if documentation changes are required. - [x] Mark if tests were added or updated...
**Description:** Describe your changes. **Related issue:** Add link to the related issue. **Check list:** - [ ] Mark if documentation changes are required. - [ ] Mark if tests were...