Commit Graph
91 Commits
Author SHA1 Message Date
HarithaandGitHub 049908bf07 Revise README for V7 updates and breaking changes
Updated README to reflect new features in V7 and clarify migration to ESM.
2026-07-17 12:58:25 -05:00
b789df37d6 README.md: bump actions/checkout to latest version 7 (#1578)
Co-authored-by: Haritha <73516759+HarithaVattikuti@users.noreply.github.com>
2026-07-17 12:47:13 -05:00
HarithaandGitHub 1b7c366466 Update workflow pins and migrate Node matrices to modern versions (#1583)
* Update workflow action pins and move Node 20 to 26

* fix: correct node version in v8-canary and update setup for node 22 x86

* chore: update setup-node action version from v6 to v7 in documentation

* fix: update pnpm/action-setup version to v6 in advanced usage documentation
2026-07-16 10:33:56 -05:00
8207627860 Migrate to ESM and upgrade dependencies (#1574)
* Migrate to ESM

* updated package.json version

* Update README for v6 and clean up dev dependencies

* Remove unused ts-node

* fix audit issue

---------

Co-authored-by: gowridurgad <gowridurgad@gmail.com>
2026-07-13 21:38:27 -05:00
Chiranjib SwainandGitHub 7c2c68d20d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
* docs: Update caching recommendations to mitigate cache poisoning risks

* docs: Disable automatic npm caching to mitigate cache poisoning risks
2026-07-02 13:14:10 -05:00
Chiranjib SwainandGitHub 670825a89d Add documentation for publishing to npm with Trusted Publisher (OIDC) (#1536) 2026-04-22 21:58:57 -05:00
Panashe FundiraandGitHub 8e494633d0 Fix README typo (#1226) 2026-01-14 17:08:53 -06:00
Andreas DeiningerandGitHub 621ac41091 README.md: bump to latest released checkout version v6 (#1446) 2026-01-14 17:06:36 -06:00
Mike McCreadyandGitHub 21ddc7bc1f Correct mirror option typos (#1442) 2026-01-13 10:46:12 -06:00
mahabaleshwarsandGitHub 65d868f8d4 Update Documentation for Lockfile (#1454)
* update documentation for lockfile

* Update adavance usage in README.md

* Documentation update

* Update lockfile documenation

* fix coplilot suggestion
2025-12-18 10:49:55 -06:00
Priya GuptaandGitHub 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.
2025-11-26 11:37:55 -06:00
Priya GuptaandGitHub 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
2025-10-13 21:37:06 -05:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Aparna Jyothi
cd2651c462 Bump ts-jest from 29.1.2 to 29.4.1 (#1336)
* Bump ts-jest from 29.1.2 to 29.4.1

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.4.1.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.2...v29.4.1)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-version: 29.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* documentation update

* check failure fix

* text alignment

* doc update

* updated documentation and logs

* doc update

* update

* doc update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
2025-09-08 21:49:38 -05:00
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>
2025-09-02 20:31:16 -05:00
priya-kinthaliandGitHub d7a11313b5 Enhance caching in setup-node with automatic package manager detection (#1348)
* setup node in local

* Enhance caching in setup-node with package manager filed detection

* updated with array

* update the field
2025-08-25 21:40:12 -05:00
Marco IppolitoandGitHub e3ce749e20 feat: support private mirrors (#1240)
* feat: support private mirrors

* chore: change fallback message with mirrors
2025-04-02 10:49:47 -05:00
Ben WellsandGitHub fbeca22fb2 Update README.md (#1193) 2025-01-16 08:49:29 -06:00
William EntrikenandGitHub 0a44ba7841 Correct version string (#1124) 2024-09-19 08:53:38 -05:00
26961cf329 Documentation update in the README file (#1106)
* first commit on using setup node

* Delete .github/workflows/helloWorld.yml

* Create main.yml

* Rename main.yml to helloworld.yml

* goodbye world added

* name changed to goodbye

* updated README

---------

Co-authored-by: Suyash Gaonkar <39784472+suyashrg18@users.noreply.github.com>
2024-07-15 11:47:17 -05:00
Ben GreeleyandGitHub 25b062c917 Update README.md to update default Node version to 20 (#949)
The README's default example for setting up Node use version 16, which is at end of life. This PR updates those examples to use 20.
2024-02-13 11:33:00 -06:00
Róbert PappandGitHub 7247617371 Add package.json to node-version-file list of examples. (#879) 2023-12-13 13:02:47 +01:00
f3ec4ca66f Fix README.md (#898)
* Fix URL of locally-cached Node.js version in README

* Change example of Major versions in Supported version syntax

setup-node v4 supports node v20, but these example may
cause misunderstanding like a v20 is not supported.

---------

Co-authored-by: fusagiko/takayamaki <takayamaki@users.noreply.github.com>
2023-12-13 12:46:19 +01:00
Joel WetzellandGitHub c45882a6ea update to setup-node@v4 in docs (#884) 2023-11-13 17:02:44 +01:00
Guillaume MembréandGitHub 23755b521f upgrade actions/checkout to v4 (#868) 2023-10-23 15:57:08 +02:00
Olle JonssonandGitHub 69b2dd252e Refer to semver package name in README.md (#808) 2023-07-11 10:03:08 +02:00
Philip HarrisonandGitHub a9893b0cfb Update to node 18.x (#751) 2023-05-10 16:04:46 +02:00
Dmitry ShibanovandGitHub 9d255ef245 Adjust usage section (#734) 2023-04-06 10:52:43 +02:00
IvanandGitHub ae9f0f7448 Update workflow badges (#685) 2023-01-31 08:45:30 +02:00
Phan AnandGitHub f38519bb96 Fix a minor typo (#662) 2023-01-11 01:01:08 +01:00
Jongwoo HanandGitHub 9227cda3f0 Replace workflow badge with new badge (#653) 2023-01-10 10:59:38 +01:00
Dmitry ShibanovandGitHub 64ed1c7eab Add support for v8-canary, nightly and rc (#655) 2023-01-05 13:16:21 +01:00
Evan MattsonandGitHub bbe2ac79a1 Fix typo in README (#646) 2022-12-19 10:12:38 +01:00
Dmitry ShibanovandGitHub 2349c84f5c Add support for nightly and rc versions (#611) 2022-11-17 14:35:58 +01:00
Dmitry ShibanovandGitHub 00e1b6691b Pass the token input through on GHES (#595) 2022-11-02 12:24:44 +01:00
Larissa FortunaandGitHub 32f78d9bfa Update README.md
Updating term "virtual environments" to "runner images" and updating links
2022-08-25 15:35:44 -07:00
Christian ClaussandGitHub 09ba51f18e README.md: Encourage testing on current Node.js (#533) 2022-07-07 14:53:32 +02:00
AJ JordanandGitHub b3ca1ac971 Support npm-shrinkwrap.json out-of-the-box (#439) 2022-07-04 23:29:56 +02:00
RobandGitHub cdcc53e14f Update README.md (#522) 2022-06-17 20:47:55 +02:00
Jack BatesandGitHub b287e177c9 Document * vs. current/latest/node difference (#508) 2022-06-14 14:13:13 +02:00
Jack BatesandGitHub eeb10cff27 Support lts/-n aliases (#481) 2022-06-02 12:30:33 +02:00
tooommandGitHub 3601f2a33e improve version syntax presentation (#493) 2022-05-18 09:50:55 +02:00
Milos PanticandGitHub 17f8bd9264 Expand current syntax to support aliases for latest version (current/latest/node) (#483) 2022-05-12 17:26:02 +02:00
Jon KoopsandGitHub b067f78ed3 Use CI friendly commands in documentation (#326) 2022-05-05 16:16:51 +02:00
Adam StachowiczandGitHub 25184c4485 Update README.md (#475)
* Update README.md

* Update README.md
2022-04-26 11:11:03 -04:00
AraxeusandGitHub 337fdf2194 fix broken link in readme (#473)
* fix broken link

* fix broken link
2022-04-22 08:58:19 -04:00
Dmitry ShibanovandGitHub 146c4d84a5 improve caching documentation (#468) 2022-04-18 16:15:27 +02:00
Anil SeerviandGitHub 76d3665dc0 Convert CONDUCT to CODE_OF_CONDUCT.md (#391)
* Rename CONDUCT to CODE_OF_CONDUCT.md

* Update CODE_OF_CONDUCT link
2022-04-05 11:16:57 -04:00
Peter MescalchinandGitHub 75716637dc Bump to actions/checkout@v3 (#437) 2022-04-01 10:13:52 +02:00
Peter MescalchinandGitHub 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
2022-03-31 15:14:07 -04:00
HonkingGooseandGitHub 7a0f7a9962 Fix grammar in the README (#331) 2021-12-30 17:01:04 +03:00