Commit Graph

418 Commits (48b90677b6048efbc723b11a94acb950d3f1ac36)
 

Author SHA1 Message Date
aparnajyothi-y 48b90677b6
Add macos-13 to the workflows and upgrade publish-actions from 0.2.2 to 0.3.0 (#1174)
* Update versions.yml

* Update versions.yml

* ubuntu-24, macos-13 updates

* check -failure fix
9 months ago
Peng Xiao 39370e3970
fix: add arch to cached path (#843)
* fix: add arch to cached path

* fix: change from using env to os module

* fix: use process.env.RUNNER_OS instead of os.platform()

* fix: remove unused var
11 months ago
John Wesley Walker III abb238b131
Revise `isGhes` logic (#1148)
* Revise `isGhes` logic

* ran 'npm run format'

* added unit test
11 months ago
Joel Ambass aca7b64a59
Merge pull request #1134 from actions/Jcambass-patch-1
Upgrade IA Publish
1 year ago
aparnajyothi-y 88de2a3d99
Resolve High Security Alerts by upgrading Dependencies (#1132)
* db-alerts-fix

* npm run format

* db-alert-fix

* failure check fix

* check- filaure fix
1 year ago
William Entriken 0a44ba7841
Correct version string (#1124) 1 year ago
Joel Ambass d6ebc7b438
Upgrade IA Publish 1 year ago
Joel Ambass 97ca147735
Merge pull request #1125 from actions/add-is-release-workflow
Add workflow file for publishing releases to immutable action package
1 year ago
Joel Ambass aa363ded8f Create publish-immutable-action.yml 1 year ago
Priya Gupta 1c7b2db920
Fix: windows arm64 setup (#1126)
* Add condition to ensure ZIP extraction targets only Windows ARM64 official archives

* Bumps micromatch from 4.0.5 to 4.0.8
1 year ago
suyashgaonkar 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>
1 year ago
dependabot[bot] 1e60f620b9
Bump braces from 3.0.2 to 3.0.3 (#1087)
* Bump braces from 3.0.2 to 3.0.3

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

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

* Bump undici from 5.28.3 to 5.28.4

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
1 year ago
HarithaVattikuti eff380dfbc
Fix macos latest check failures (#1041)
* Update latest node versions

* Update latest node versions

* Update test data

* Update test data

* Update test data

* Update test data

* Update test data

* macos lts failure fix

* Update macos-13
1 year ago
dependabot[bot] c2ac33f2c6
Bump undici from 5.26.5 to 5.28.3 (#965)
* Bump undici from 5.26.5 to 5.28.3

Bumps [undici](https://github.com/nodejs/undici) from 5.26.5 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.26.5...v5.28.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

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

* license and other dependencies update

* updated licenses

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
2 years ago
Ben Greeley 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.
2 years ago
Dmitry Shibanov 60edb5dd54
Add support for arm64 Windows (#927)
* add support for arm64 Windows

* revert 7z to exe

* add comment

---------

Co-authored-by: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com>
2 years ago
Manta Anantachai S d86ebcd40b
Add support for `volta.extends` (#921)
* Add support for `volta.extends`

* Code review
2 years ago
NullVoxPopuli b39b52d121
Fix node-version-file interprets entire package.json as a version (#865) 2 years ago
Róbert Papp 7247617371
Add `package.json` to `node-version-file` list of examples. (#879) 2 years ago
fusagiko / takayamaki 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>
2 years ago
aparnajyothi-y ec97f37504
Add fix for cache (#917) 2 years ago
MaksimZhukov 5ef044f9d0
Update reusable workflows to use Node.js v20 (#889) 2 years ago
Joel Wetzell c45882a6ea
update to setup-node@v4 in docs (#884) 2 years ago
Trivikram Kamat ee36e8b5c0
Ignore engines check in Yarn 1 e2e-cache tests (#882) 2 years ago
Dmitry Shibanov 8f152de45c
Update actions/checkout for documentation and yaml (#876) 2 years ago
Guillaume Membré 23755b521f
upgrade actions/checkout to v4 (#868) 2 years ago
Dmitry Shibanov 54534a2a9b
Change node version for action to node20 (#866) 2 years ago
Dmitry Shibanov 1a4442cacd
Update toolkit cache and core (#875) 2 years ago
Nikolai Laevskii 6e9e44895f
Merge pull request #872 from akv-platform/add-notice-about-binaries-not-being-updated
Add notice about binaries not being updated yet
2 years ago
Nikolai Laevskii e52912ef25 Update tests 2 years ago
Nikolai Laevskii ac16ae42d7 Update message to use waning instead of info 2 years ago
Nikolai Laevskii 5a8d9111e3 Update build 2 years ago
Nikolai Laevskii 9e956a555c Add notice about binaries not being updated yet 2 years ago
dependabot[bot] 7da2a7eb0c
Bump @babel/traverse from 7.15.4 to 7.23.2 (#870) 2 years ago
Nikolai Laevskii 2a017f350d
Merge pull request #859 from actions/update-temp-directory-creation
Update temp directory creation
2 years ago
Dmitry Shibanov 72c43c2d8f
Update semver (#861) 2 years ago
Nikolai Laevskii d3ace34546 Update build 2 years ago
Nikolai Laevskii acbf0586b1 Fix typo 2 years ago
Nikolai Laevskii f1744b62b7 Update license 2 years ago
Nikolai Laevskii 2651591c72 Update temporary directory creation 2 years ago
Dmitry Shibanov 5e21ff4d9b
Remove filter for cached paths (#831) 2 years ago
Dmitry Shibanov bea5baf987
change getinput to getstate for cache (#816) 2 years ago
dependabot[bot] d82f92a0eb
Bump word-wrap from 1.2.3 to 1.2.4 (#815)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Vytis Valentinavičius ca2d4e0cdd
feat: handling the case where "node" is used for tool-versions file. (#812) 2 years ago
Dmitry Shibanov c7a93deeac
resolve SymbolicLink (#809) 2 years ago
Dmitry Shibanov 34050076a5
Add check for existing paths (#803) 2 years ago
Jeff Wen f8aa08ed8e
Update check-dist workflow name (#710) 2 years ago
Louis Lam e2d34eacc8
Fix armv7 cache issue (#794) 2 years ago
dependabot[bot] ef9c88b169
Bump semver from 6.1.2 to 6.3.1 (#807) 2 years ago
dependabot[bot] ea800d4ebc
Bump tough-cookie and @azure/ms-rest-js (#802) 2 years ago