setup-node
setup-node copied to clipboard
Set up your GitHub Actions workflow with a specific version of node.js
**Description:** Occasionally when running `npm install`: ```bash Run npm install /home/runner/work/_temp/9d355b[4](https://github.com/eslint/eslint/actions/runs/8598532822/job/23559533208?pr=18289#step:4:5)d-c108-413d-9445-84fc1608c1c2.sh: line 1: 1823 Segmentation fault (core dumped) npm install Error: Process completed with exit code 139. ``` **Action version:**...
**Description:** When you want to download the version of Node, it fails when trying to do so, there are no more logs for the error **Action version:** V4 **Platform:** -...
**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...
**Description:** The `cache` keys are currently `node-cache-Linux-npm-` which does not seem to include the CPU architecture so if npm dependencies include native binaries and the same cache is restored on...
**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...
**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...
**Description:** - When it doesn't find the node in cache, it gives request timeout. - After removing setup-node action, we've observed the `github-scripts@v7` still run, but `upload-artifacts` action sometimes give...
From https://github.com/actions/starter-workflows/blob/main/.github/dependabot.yml Fixes the nine supply chain safety warnings at the bottom right of https://github.com/actions/setup-node/actions/runs/8558803200 **Description:** Describe your changes. **Related issue:** Add link to the related issue. **Check list:** -...
While running setup-node in self-hosted runner, it failed to install/locate yarn **Description:** Run actions/setup-node@v4 Attempting to download 20... Acquiring 20.12.2 - x64 from https://github.com/actions/node-versions/releases/download/20.12.2-[8](https://github.com/org/repo/actions/runs/8956885041/job/24599234441#step:4:8)647736[8](https://github.com/org/repo/actions/runs/8956885041/job/24599234441#step:4:9)79/node-20.12.2-linux-x64.tar.gz Extracting ... /usr/bin/tar xz --strip 1...
**Description:** The registry-url set in the config is ignored and npm is used unconditionally **Action version:** v4 **Platform:** - [ ] Ubuntu - [x] macOS - [ ] Windows **Runner...