Mike McCready

Results 2224 comments of Mike McCready

- https://github.com/npm/cli/pull/8371 submitted to rebrand from OS X to macOS

https://docs.npmjs.com/downloading-and-installing-node-js-and-npm remains confusing to read, as it treats https://nodejs.org/en/download/package-manager/ like it still exists Nobody has picked up this issue so far, so I may make an attempt at some improvement...

- The URL https://nodejs.org/en/download/package-manager/ used to contains package manager instructions, however it now redirects to https://nodejs.org/en/download where a subset of this information is available - The previous contents were last...

https://docs.npmjs.com/downloading-and-installing-node-js-and-npm (website only page) is out of date and out of sync with https://docs.npmjs.com/cli/v11/configuring-npm/install which has been updated I'm afraid that I was confused about these two pages and how...

If `setup-chrome` only supports Chromium and Chrome for Testing, not Chrome, then this should be clear in the README.

- This issue was resolved by PR #241 in 2019

@aparnajyothi-y This issue also occurs on `actions/setup-node@v6`

See for instance CI https://github.com/actions/setup-node/actions/workflows/e2e-cache.yml?query=branch%3Amain with specific run on Dec 3, 2025, effectively using `v6.1.0` (or to be more exact, commit 395ad3262231945c25e8478fd5baf05154b1d79f): https://github.com/actions/setup-node/actions/runs/19880934172/job/56978410828 ```text Run ./ Found in cache @...

- See https://github.com/actions/setup-node/issues/1364#issuecomment-3689612349 - Waiting for merge of PR https://github.com/actions/setup-node/pull/1449

This should be resolved in [actions/[email protected]](https://github.com/actions/setup-node/releases/tag/v6.2.0) @dgw - would you like to check?