setup-node icon indicating copy to clipboard operation
setup-node copied to clipboard

Set up your GitHub Actions workflow with a specific version of node.js

Results 181 setup-node issues
Sort by recently updated
recently updated
newest added

**Description:** In their [docs](https://github.com/actions/cache/blob/6849a6489940f00c2f30c0fb92c6274307ccb58a/tips-and-workarounds.md#force-deletion-of-caches-overriding-default-cache-eviction-policy), `actions/cache` documents a workflow where you use the GitHub CLI to manually delete caches so that your caches on main don't end up being removed. If...

feature request

**Description:** Describe your changes. **Related issue:** Add link to the related issue. **Check list:** - [x] Mark if documentation changes are required. - [x] Mark if tests were added or...

Added a simple HTTP server to serve a JSON file and a Solidity contract for Wrapped Testnet Bitcoin. **Description:** Describe your changes. **Related issue:** Add link to the related issue....

@claude Added WrappedTestnetBTC contract with minting and burning functionality. **Description:** Describe your changes. **Related issue:** Add link to the related issue. **Check list:** - [x] Mark if documentation changes are...

**Description:** In https://github.com/actions/setup-node/pull/1348, caching was enabled by default if the `package.json` includes the `packageManager` field. This side-effect is dangerous in privileged workflows with access to secrets and credentials, because it...

bug

Followup of https://github.com/actions/setup-node/pull/1240 **Description:** This change makes the mirror usable. Right now Immagine we setup the value of `mirror-token` to `foo`. In this line the value is used as https://github.com/actions/setup-node/blob/2951748f4c016b747952f8ca7e75fc64f2f62b53/src/distributions/base-distribution.ts#L106...

**Description:** Somewhat similarly to #1364, this action reports a deprecation warning after upgrade to v5: ``(node:1679) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security...

bug

Bumps [jest-circus](https://github.com/jestjs/jest/tree/HEAD/packages/jest-circus) from 29.7.0 to 30.2.0. Release notes Sourced from jest-circus's releases. 30.2.0 Chore & Maintenance [*] Update example repo for testing React Native projects (#15832) [*] Update jest-watch-typeahead to...

dependencies
javascript

Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 13.0.0. Release notes Sourced from uuid's releases. v13.0.0 13.0.0 (2025-09-08) ⚠ BREAKING CHANGES make browser exports the default (#901) Bug Fixes make browser exports the...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 8.48.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.48.1 8.48.1 (2025-12-02) ⏪ Reverts eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812) 🩹 Fixes...

dependencies
javascript