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

This PR builds on #323 by @mmorel-35 but with two changes: 1. It adds a new `cache-invalidate-after-days` option that defaults to 120 days and which sets a rollable prefix between...

npm notice === Tarball Details === npm notice name: @quanvndev/waterx npm notice version: 1.0.5 npm notice filename: @quanvndev/waterx-1.0.5.tgz npm notice package size: 129.4 kB npm notice unpacked size: 525.8 kB...

bug

**Description:** We currently encounter sporadic issues in our CI pipelines that make use of setup-node@v3 with Yarn 1 Caching. During `setup-node` the command `yarn cache dir` fails for only one...

bug

**Description:** Getting `Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.` on cleanup for action **Action version:** 3.7.0 **Platform:**...

bug

How to install packages from multiple `@scope` and multiple registers? I have settings `.npmrc` in the root of the project: ``` @scope1:registry=https://npm.pkg.github.com @scope2:registry=https://npm.pkg.github.com @scope3:registry=https://npm.anysite.org @scope4:registry=https://registry.npmjs.org ``` and `npmjs.com` by default...

question
feature request
needs eyes

changing node version in 'setup.yaml' file **Description:** Describe your changes. **Related issue:** Add link to the related issue. **Check list:** - [ ] Mark if documentation changes are required. -...

Hi there, at the moment, caching only hits if the exact same lockfile exists, but most of the time, even it the lockfile slightly changes, it is still beneficial to...

feature request

**Description:** The idea would be to propose having an array of string when it comes to `node-version-file` so that it would have fallbacks if the file was not found **Justification:**...

feature request

**Description:** Node setup taking forever (20m+) when using `latest` Exmaple: Code: ``` - name: Install Node.js uses: actions/setup-node@v3 with: node-version: 'latest' ``` Is the latest version not caches somewhere? **Action...

bug

**Description:** I can't deploy to NPM using Github Action when I used a scoped package. **Action version:** Specify the action version: v3 **Platform:** - [x] Ubuntu - [ ] macOS...

bug