Commit Graph

110 Commits (64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c)

Author SHA1 Message Date
Dmitry Shibanov 64ed1c7eab
Add support for v8-canary, nightly and rc (#655) 2 years ago
Sergey Dolin b28830cbe2 replace throw with warn 2 years ago
Sergey Dolin 676975d9aa Use early return pattern 2 years ago
Sergey Dolin a69d45adcd Add modification of scoped registry 2 years ago
Sergey Dolin 41acaa2e85
fix version output from file (#625) 2 years ago
Dmitry Shibanov 2349c84f5c
Add support for nightly and rc versions (#611) 2 years ago
Dmitry Shibanov 00e1b6691b
Pass the token input through on GHES (#595) 2 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 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 5b579f1638
refactor: check volta first, then engine 3 years ago
Jef LeCompte 57cec77d94
refactor: volta check 3 years ago
Jef LeCompte 5a01179c35
Merge remote-tracking branch 'upstream/main' 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 3d11add771 remove unused import 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
AJ Jordan b3ca1ac971
Support npm-shrinkwrap.json out-of-the-box (#439) 3 years ago
Filip Skokan adeb189fd8 apply review feedback 3 years ago
Filip Skokan 3ac35dad40 This PR adds `node-version` to the action output.
This is present in e.g. setup-python
https://github.com/actions/setup-python/blob/main/action.yml

closes #150
3 years ago
Jef LeCompte 1c48dc5a9e
chore: trim no matter what 3 years ago
Jef LeCompte dbfbe9b6da
refactor: move volta logic 3 years ago
Jef LeCompte 9aa86428fe
chore: run prettier 3 years ago
Jef LeCompte 1a4ff5493d
feat: add volta as node-version-file 3 years ago
IvanZosimov eaead3517c Update cache-save.ts to support @actions/cache v3.0.0 lib 3 years ago
Jack Bates eeb10cff27
Support lts/-n aliases (#481) 3 years ago
Hideki Igarashi dbb64ac1d1 Add support for asdf format as Node.js version file 3 years ago
panticmilos b14573ddb9 remove installer import 3 years ago
panticmilos 7569de03e7 rename dist manifest to node versions 3 years ago
panticmilos b20a2561b9 get manifest once 3 years ago
panticmilos 141334fcd1 remove unnecessary dist call 3 years ago
panticmilos fd1b409bc3 unit tests 3 years ago
panticmilos 45e544a71a fix versionSpec required error 3 years ago
panticmilos 8c66f89aef improve latest version syntax 3 years ago
Milos Pantic 17f8bd9264
Expand current syntax to support aliases for latest version (current/latest/node) (#483) 3 years ago
Dmitry Shibanov bacd6b4b3a
Caching on GHES (#452)
* add support for ghes caching

* fix licesnses

* work on resolving comments

* change internal error to warning

* fix warning for internal errors

* update version
3 years ago
Dmitry Shibanov 9ced9a43a2
remove version input (#424) 3 years ago
Dmitry Shibanov 1f8c6b94b2
Pass to warning uncaught exceptions (#359) 3 years ago
Dmitry Shibanov 9a74eb4e64
Throw error only if exit code is note zero. (#358) 3 years ago
Hargun Kaur d08cf22211
Adding Node.js version file support (#338) 3 years ago
Manuel d1178716db Add 'cache-hit' as output 4 years ago
MaksimZhukov 9f31dbbbc4 Support caching for mono repos and repositories with complex structure 4 years ago
Jacob Gillespie b96348a4e9
Remove unused imports 4 years ago