Commit Graph

46 Commits (a4fcaaf314b117a40d694a35ee36461f8ff3c6e6)

Author SHA1 Message Date
Ivan 962678f22c
Add and configure ESLint and update configuration for Prettier ()
* Add ESLinter and update Prettier

* Update eslint config

* Update dependencies

* Rebuild action

* Update package.json

* Updates docs

* Update docs
Mark 7c29869aec
docs: fix typo in advanced-usage.md ()
Dmitry Shibanov 64ed1c7eab
Add support for v8-canary, nightly and rc ()
Dmitry Shibanov 2349c84f5c
Add support for nightly and rc versions ()
Dmitry Shibanov c96ab56c5b
Add information about always-auth input ()
Jef LeCompte 0efefb3c0b
Merge remote-tracking branch 'upstream/main'
Evgenii Korolevskii 35ba06beb7 docs(contributor's guide): Update link
Aleksandr Chebotov dc62cc63a8 Update runner link
Sergey Dolin 792255d078 Fix wording
Sergey Dolin 089aa7ea91 Add caveat for Yarn 2+ and private repos
Evgenii Korolevskii dbb54d08f2
Update docs/contributors.md
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
Jef LeCompte d79e93a91d
docs: add package.json information
Evgenii Korolevskii 5d6bb1273a rephased documents
Evgenii Korolevskii 0d3aa68dd3 format
Evgenii Korolevskii 18090dee77 updated docs
Jef LeCompte 5a01179c35
Merge remote-tracking branch 'upstream/main'
Marko Zivic 5b949b50c3
Merge pull request from ganta/add-support-for-asdf-format-as-node-version-file
Add support for asdf format as Node.js version file
James Ottaway 0ad06209dd
Update advanced-usage.md
Jef LeCompte 8211e009a7
docs: update verbiage for package.json
Jef LeCompte f40b60859d
docs: add special volta usage
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.
Hideki Igarashi dbb64ac1d1 Add support for asdf format as Node.js version file
_XiaoTian ea3459bb45
docs: Update advanced-usage.md ()
* 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>
Jon Koops b067f78ed3
Use CI friendly commands in documentation ()
Matthias Christoph Munder 0bd06765ef
Improve advanced usage docs ()
Dmitry Shibanov 146c4d84a5
improve caching documentation ()
Peter Mescalchin 5b52f097d3
Bump `actions/checkout@v3` within advanced usage examples documentation ()
Peter Mescalchin 546fd45825
Updated documentation/workflows to use `actions/setup-node@v3` ()
* 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
Hargun Kaur d08cf22211
Adding Node.js version file support ()
Maxim Lobanov 76a4cff9ae update readme and dist files
Maxim Lobanov a869e7cc2d Merge branch 'main' of https://github.com/MaksimZhukov/setup-node into mazhuk/adding-support-for-monorepos
MaksimZhukov 9f31dbbbc4 Support caching for mono repos and repositories with complex structure
Maxim Lobanov f43d8a1f27 Update 0001-support-caching-deps-for-monorepos.md
Maxim Lobanov 3c1fbef7d3 Update 0001-support-caching-deps-for-monorepos.md
Maxim Lobanov 5aa72c249a
Apply suggestions from code review
Co-authored-by: Alena Sviridenko <alenasviridenko@github.com>
Maxim Lobanov d9aab2aba4 dra
Maxim Lobanov 40f85c8c97 update readme
Dmitry Shibanov 55e10498cf Merge branch 'main' into add-caching-for-node-dependencies
Dmitry Shibanov f2b87bb2c2 Squashed commit of the following:
commit 446068aff1ec25da69c5b6af6d01dd19b230b4b2
Author: Alena Sviridenko <alenasviridenko@github.com>
Date:   Tue Jun 22 17:51:35 2021 +0300

    updated headers

commit d7e254e6e9534bb627373b7e40400cc45a888815
Author: Alena Sviridenko <alenasviridenko@github.com>
Date:   Thu Jun 17 17:35:34 2021 +0300

    updated links

commit ffd9956eda8c43e846f3305bad21fa064b07280f
Author: AlyonaSviridenko <alenasviridenko@github.com>
Date:   Thu Jun 17 17:33:41 2021 +0300

    Added advanced usage

commit 1e068f031030962d380a1bae32beb806d1c6f818
Author: AlyonaSviridenko <alenasviridenko@github.com>
Date:   Thu Jun 17 15:07:42 2021 +0300

    Updated readme with caching

commit 7528c3399a9c8e0b4e63f7a079e0078af6b92d6a
Author: Maxim Lobanov <v-malob@microsoft.com>
Date:   Wed Jun 16 14:43:46 2021 +0300

    Update versions.yml
Maxim Lobanov 5929471019 Update 0000-caching-dependencies.md
Maxim Lobanov 1bf30534fd
Update docs/adrs/0000-caching-dependencies.md
Co-authored-by: Alejandro Pauly <alepauly@github.com>
Maxim Lobanov ae26aaf1b5 Update 0000-caching-dependencies.md
Maxim Lobanov 5fddb2d510 Update 0000-caching-dependencies.md
Maxim Lobanov 8c35c6c880 Update 0000-caching-dependencies.md
Maxim Lobanov 24265e14d4 Create 0000-caching-dependencies.md
Chris Patterson 9bb7038a07 Initial Import