Commit Graph

60 Commits (6044e13b5dc448c55e2357c09f80417699197238)

Author SHA1 Message Date
aparnajyothi-y 6044e13b5d
Docs: bump actions/checkout from v5 to v6 (#1468)
* Update versions.yml

* Update versions.yml

* doc update

* revert vesrions.yml
3 weeks ago
Andreas Deininger 621ac41091
README.md: bump to latest released checkout version v6 (#1446) 3 weeks ago
Salman Chishti 2951748f4c
Bump @actions/cache to v5.0.1 (#1449)
* Bump @actions/cache to v5.0.0

This update removes the punycode deprecation warning by updating to a version of @actions/cache that no longer depends on packages using the deprecated punycode module.

* Update license cache for @actions/cache v5.0.0 dependencies

Regenerated license files to reflect the updated dependency tree after bumping @actions/cache to v5.0.0. This includes license information for new transitive dependencies and removes licenses for dependencies that are no longer used.

* Update license metadata for @actions/http-client

Mark @actions/http-client v2.2.1 and v3.0.0 as MIT license (correctly identified from LICENSE file content)

* prepare release 6.0.1

* Bump version to 6.1.1 in package.json and package-lock.json

* fix: update @actions/cache with storage-blob fix for Node.js 24 punycode deprecation

* fix: update @actions/cache to ^5.0.1 for Node.js 24 punycode fix

Updates @actions/cache to version 5.0.1 which includes the @azure/storage-blob
update that fixes the punycode deprecation warning on Node.js 24.

* fix: update @actions/cache to ^5.0.1 for Node.js 24 punycode fix

Updates @actions/cache to version 5.0.1 which includes the @azure/storage-blob
update that fixes the punycode deprecation warning on Node.js 24.
3 weeks ago
mahabaleshwars 65d868f8d4
Update Documentation for Lockfile (#1454)
* update documentation for lockfile

* Update adavance usage in README.md

* Documentation update

* Update lockfile documenation

* fix coplilot suggestion
2 months ago
Priya Gupta b9b25d45f7
Remove always-auth configuration handling from action (#1436)
* Remove always-auth configuration handling from setup-node

* docs: update README to note always-auth removal

Update README to mention removal of always-auth input

* Clarify removal of 'always-auth' input in README

Updated the description of the 'always-auth' input removal for clarity.
2 months ago
aparnajyothi-y dda4788290
Add example for restore-only cache in documentation (#1419)
* Update versions.yml

* Update versions.yml

* doc update

* update

* update

* doc update
4 months ago
Priya Gupta 2028fbc5c2
Limit automatic caching to npm, update workflows and documentation (#1374)
* default to auto-caching only for npm package manager and documentation update

* refactor: enhance package manager detection for auto-caching

* add devEngines.packageManager detection logic for npm auto-caching

* chore: bump version to 6.0.0 and update documentation

* docs: update README and action.yml for npm caching logic clarification

* chore: update Node.js version in workflows

* chore: update Node.js versions in versions.yml

* chore: update rc Node.js version in versions.yml

* chore: switch macos-13 runner to macos-latest-large in workflow

* docs: update README and advanced usage documentation
4 months ago
Salman Chishti b7234cc9fe
Upgrade action to use node24 (#1325)
* Change Node.js version to 24

Update Node.js version from 20 to 24 in action.yml

* update and vulnerability fixes

* update node version check

* update licences

* node version check update

* update version for test

* node version

* update node version to 24.0.0 in tool-versions and package-volta.json

* node 24

* update to 24

* update to specify engines

* check failures fix

* update package-lock.json

* licensed update

* check failure fix

* documentation update

---------

Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
5 months ago
Marco Ippolito e3ce749e20
feat: support private mirrors (#1240)
* feat: support private mirrors

* chore: change fallback message with mirrors
10 months ago
Manta Anantachai S d86ebcd40b
Add support for `volta.extends` (#921)
* Add support for `volta.extends`

* Code review
2 years ago
Joel Wetzell c45882a6ea
update to setup-node@v4 in docs (#884) 2 years ago
Dmitry Shibanov 8f152de45c
Update actions/checkout for documentation and yaml (#876) 2 years ago
Dmitry Shibanov c6722d36aa
update doc for frozen lock file (#789) 3 years ago
Muhun Kim 698d50532e
Fix description about ensuring workflow access to private package (#704) 3 years ago
Ivan 962678f22c
Add and configure ESLint and update configuration for Prettier (#703)
* Add ESLinter and update Prettier

* Update eslint config

* Update dependencies

* Rebuild action

* Update package.json

* Updates docs

* Update docs
3 years ago
Mark 7c29869aec
docs: fix typo in advanced-usage.md (#697) 3 years ago
Dmitry Shibanov 64ed1c7eab
Add support for v8-canary, nightly and rc (#655) 3 years ago
Dmitry Shibanov 2349c84f5c
Add support for nightly and rc versions (#611) 3 years ago
Dmitry Shibanov c96ab56c5b
Add information about always-auth input (#585) 3 years ago
Jef LeCompte 0efefb3c0b
Merge remote-tracking branch 'upstream/main' 3 years ago
Evgenii Korolevskii 35ba06beb7 docs(contributor's guide): Update link 3 years ago
Aleksandr Chebotov dc62cc63a8 Update runner link 3 years ago
Sergey Dolin 792255d078 Fix wording 4 years ago
Sergey Dolin 089aa7ea91 Add caveat for Yarn 2+ and private repos 4 years ago
Evgenii Korolevskii dbb54d08f2
Update docs/contributors.md
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
4 years ago
Jef LeCompte d79e93a91d
docs: add package.json information 4 years ago
Evgenii Korolevskii 5d6bb1273a rephased documents 4 years ago
Evgenii Korolevskii 0d3aa68dd3 format 4 years ago
Evgenii Korolevskii 18090dee77 updated docs 4 years ago
Jef LeCompte 5a01179c35
Merge remote-tracking branch 'upstream/main' 4 years ago
Marko Zivic 5b949b50c3
Merge pull request #373 from ganta/add-support-for-asdf-format-as-node-version-file
Add support for asdf format as Node.js version file
4 years ago
James Ottaway 0ad06209dd
Update advanced-usage.md 4 years ago
Jef LeCompte 8211e009a7
docs: update verbiage for package.json 4 years ago
Jef LeCompte f40b60859d
docs: add special volta usage 4 years ago
James Ottaway 24301fe9fb
docs: Include warning when configuring token to install private packages
The distinction between `secrets.GITHUB_TOKEN` and `secrets.NPM_TOKEN` cost myself and a colleague numerous hours when we were trying to fix a GitHub Actions workflow which needed to install a private package from a different repository from our GitHub organisation.

Given the issue dedicated to this point is closed, we should include a warning here to make it more clear why `secrets.GITHUB_TOKEN` will not work when passed to `npm ci`, in the presence of private packages from other GitHub Package repositories.
4 years ago
Hideki Igarashi dbb64ac1d1 Add support for asdf format as Node.js version file 4 years ago
_XiaoTian ea3459bb45
docs: Update advanced-usage.md (#495)
* Update advanced-usage.md

* Update advanced-usage.md

* Update advanced-usage.md

* Update docs/advanced-usage.md

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
4 years ago
Jon Koops b067f78ed3
Use CI friendly commands in documentation (#326) 4 years ago
Matthias Christoph Munder 0bd06765ef
Improve advanced usage docs (#472) 4 years ago
Dmitry Shibanov 146c4d84a5
improve caching documentation (#468) 4 years ago
Peter Mescalchin 5b52f097d3
Bump `actions/checkout@v3` within advanced usage examples documentation (#456) 4 years ago
Peter Mescalchin 546fd45825
Updated documentation/workflows to use `actions/setup-node@v3` (#433)
* Update documentation `actions/setup-node@v2` -> `actions/setup-node@v3`

* Bump workflows to `actions/setup-node@v3`

* Update `README.md` workflow status badges to new format
4 years ago
Hargun Kaur d08cf22211
Adding Node.js version file support (#338) 4 years ago
Maxim Lobanov 76a4cff9ae update readme and dist files 5 years ago
Maxim Lobanov a869e7cc2d Merge branch 'main' of https://github.com/MaksimZhukov/setup-node into mazhuk/adding-support-for-monorepos 5 years ago
MaksimZhukov 9f31dbbbc4 Support caching for mono repos and repositories with complex structure 5 years ago
Maxim Lobanov f43d8a1f27 Update 0001-support-caching-deps-for-monorepos.md 5 years ago
Maxim Lobanov 3c1fbef7d3 Update 0001-support-caching-deps-for-monorepos.md 5 years ago
Maxim Lobanov 5aa72c249a
Apply suggestions from code review
Co-authored-by: Alena Sviridenko <alenasviridenko@github.com>
5 years ago
Maxim Lobanov d9aab2aba4 dra 5 years ago