Commit Graph

120 Commits (v4.0.0)

Author SHA1 Message Date
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 ac16ae42d7 Update message to use waning instead of info 2 years ago
Nikolai Laevskii 5a8d9111e3 Update build 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 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
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
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
Dmitry Shibanov cb95c398f6
Update toolkit cache to fix zstd (#804) 2 years ago
Sergey Dolin e33196f742
Do not ivalidate the cache entirely on lock file change (#744)
* Do not ivalidate the cache entirely on yarn3 lock file change

* Use cache prefix if all sub-projects are yarn managed

* Rename functions & add e2e tests
2 years ago
Sergey Dolin 8170e22e8f
Detect cached folders from multiple directories (#735)
* Add project-dir

* Fix find lock file

* Remove package-dir input

* format & resolve conflicts

* Add unit tests

* build dist

* Apply change request fixes

* handle non-dir cache-dependency-path

* bump cache version

* run checks

* Handle globs in cacheDependencyPath

* refactor, introduce `cacheDependencyPathToProjectsDirectories`

it is necessary for the next PR related yarn optimization

* Changes requests

* Apply fixes

* review fixes

* add e2e

* Add unique

* review updates

* review updates second stage

* Review fixes 3

* imporve e2e tests
2 years ago
Nikolai Laevskii 7d16907b89 Add missing dependency 2 years ago
Dmitry Shibanov 5b32c9063c
Update xml2js (#742) 2 years ago
Adam Jones d98fa11138
bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes (#718) 2 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
Dmitry Shibanov 64ed1c7eab
Add support for v8-canary, nightly and rc (#655) 3 years ago
Sergey Dolin b28830cbe2 replace throw with warn 3 years ago
Sergey Dolin 676975d9aa Use early return pattern 3 years ago
Sergey Dolin 069a4f8926 Add dist 3 years ago
Sergey Dolin 41acaa2e85
fix version output from file (#625) 3 years ago
Dmitry Shibanov 2349c84f5c
Add support for nightly and rc versions (#611) 3 years ago
Dmitry Shibanov 6bc15ab23c
Update minimatch (#608) 3 years ago
Dmitry Shibanov 00e1b6691b
Pass the token input through on GHES (#595) 3 years ago
Francesco Renzi 8c91899e58
Update @actions/core to 1.10.0 (#587) 3 years ago
Uladzimir Havenchyk c81d8ad96d
Print node, npm and yarn versions after installation (#368) 3 years ago
Evgenii Korolevskii 969bd26639
Fix test volta priority (#577) 3 years ago
Jef LeCompte 0efefb3c0b
Merge remote-tracking branch 'upstream/main' 3 years ago
Dmitry Shibanov 30f0e7dc5a
Update @actions/core to 1.9.1 (#574) 3 years ago
Shude Li c8f0d10585
upgrade `@action/cache` to 3.0.4 to fix stuck issue (#573) 3 years ago
Jef LeCompte 3a1b76e782
refactor: remove locally caught exceptions 3 years ago
Jef LeCompte 94f88d78c4
Merge remote-tracking branch 'upstream/main' 3 years ago
Vladimir Safonkin 348e008008
Fix node version file parsing (#553)
* Fix node version file parsing

* Build index.js

* Non-json file error handling

* Format code

* Add package.json to e2e tests

* Minor fix
3 years ago
Jef LeCompte bb59d50268
chore: run prettier 3 years ago
Jef LeCompte dee2a9689c
chore: run build 3 years ago
mannie.exe 2a814b57e1
Respect `package.json`'s `engines.node` field when used as a `node-version-file` (#485)
* Allow reading 'package.json' as node-version-file

* Run 'npm run build'

* Read package.json contents directly during tests

- this eliminates OS-specific line-ending issues

* Run project Prettier 💅
3 years ago
Dmitry Shibanov 2fddd8803e
fixing pnpm output issue (#545) 3 years ago
Dmitry Shibanov 072a2e3b10 add trim and silent true 3 years ago
Dmitry Shibanov 28ad38fe06 add try catch 3 years ago
Dmitry Shibanov 48de4c13f6 change to streams 3 years ago
Dmitry Shibanov aab7cc882a add silent 3 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
3 years ago