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:** The default output format of ESLint 8 (stylish) does not appear to match the regex defined in the [pattern matcher](https://github.com/actions/setup-node/blob/main/.github/eslint-stylish.json) as no annotations are created with ESLint errors. **Action...

bug

Proof of concept attempt at #128

enhancement

Errors from npm should ideally be highlighted and / or become a problem matcher ![npm-err](https://user-images.githubusercontent.com/919564/78041476-bdefd700-733e-11ea-8f48-2fd5741a416c.png)

enhancement

We can avoid the cp from temp to cache and extract directly into the cache folder

performance

**Description:** If I set `packageManager` property in `package.json` and set `cache: yarn` in this action, this action will fail. Related: - https://github.com/actions/setup-node/issues/531#issuecomment-1816774699 **Action version:** v4 (v4.0.2) **Platform:** - [x] Ubuntu...

bug

**Description:** If you set node-version to 22 on a GitHub-hosted windows-latest runner, commands like `npm ci` fail with the following error message: ``` node:internal/modules/cjs/loader:1205 throw err; ^ Error: Cannot find...

bug

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

**Description:** Please add support for `Node.js v22 Current`... https://github.com/nodejs/node/releases **Justification:** Add testing on the latest version of Node.js. **Are you willing to submit a PR?** No.

feature request

**Description:** Post job cleanup fails with permission issues: ``` Post job cleanup. "C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/anchor/anchor --files-from manifest.txt --force-local --use-compress-program "zstd -T0" /usr/bin/tar: C\:/npm/cache/_logs/2024-04-29T15_30_50_704Z-debug-0.log:...

bug