Dmitry Shibanov
9eba46a481
change evaluateVersions
2022-12-13 15:31:03 +01:00
Dmitry Shibanov
0d35e2c938
add possible improvement for canary
2022-12-13 14:19:28 +01:00
Dmitry Shibanov
7fc684f251
minor fix
2022-12-13 12:25:27 +01:00
Dmitry Shibanov
292688b127
minor fix
2022-12-13 11:25:04 +01:00
Dmitry Shibanov
2d741fbf57
minor fix
2022-12-13 10:46:26 +01:00
Dmitry Shibanov
360977cce6
minor fix
2022-12-13 10:25:41 +01:00
Dmitry Shibanov
40b42f047e
initial changes
2022-12-13 10:09:39 +01:00
Dmitry Shibanov
b717bf1b71
remove if
2022-11-30 11:48:41 +01:00
Dmitry Shibanov
b372056939
remove unused code
2022-11-29 16:31:20 +01:00
Dmitry Shibanov
3533caf801
remove case for Nightly
2022-11-29 16:25:39 +01:00
Dmitry Shibanov
e25fd13757
comment code
2022-11-29 16:14:33 +01:00
Dmitry Shibanov
c849fe6824
convert logic initial
2022-11-29 16:06:13 +01:00
Sergey Dolin
658b51b920
requested changes
2022-11-24 18:52:31 +01:00
Sergey Dolin
505679238a
Fix nightly unit tests
2022-11-24 12:20:32 +01:00
Sergey Dolin
d38528abe0
prettier
2022-11-24 05:29:48 +01:00
Sergey Dolin
0081915898
refactor nightly and rc
2022-11-24 05:16:09 +01:00
Sergey Dolin
5f26e47b75
fixes after rebase
2022-11-22 12:33:08 +01:00
Sergey Dolin
f407277148
Apply requested changes
2022-11-22 12:03:29 +01:00
Sergey Dolin
588599b944
Add v8 canary unit tests
2022-11-22 11:43:16 +01:00
Sergey Dolin
9c158b3dbd
Add support of v8 canary release
2022-11-22 11:40:39 +01:00
Sergey Dolin
41acaa2e85
fix version output from file ( #625 )
2022-11-17 14:43:40 +01:00
Dmitry Shibanov
2349c84f5c
Add support for nightly and rc versions ( #611 )
2022-11-17 14:35:58 +01:00
Dmitry Shibanov
00e1b6691b
Pass the token input through on GHES ( #595 )
2022-11-02 12:24:44 +01:00
Uladzimir Havenchyk
c81d8ad96d
Print node, npm and yarn versions after installation ( #368 )
2022-10-03 16:02:04 +02:00
Evgenii Korolevskii
969bd26639
Fix test volta priority ( #577 )
2022-09-26 13:58:23 +02:00
Jef LeCompte
3a1b76e782
refactor: remove locally caught exceptions
2022-08-04 09:33:09 -07:00
Jef LeCompte
94f88d78c4
Merge remote-tracking branch 'upstream/main'
2022-08-04 09:28:48 -07:00
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
2022-08-04 09:57:19 +02:00
Jef LeCompte
bb59d50268
chore: run prettier
2022-07-27 14:35:09 -07:00
Jef LeCompte
5b579f1638
refactor: check volta first, then engine
2022-07-27 14:31:06 -07:00
Jef LeCompte
57cec77d94
refactor: volta check
2022-07-27 14:25:39 -07:00
Jef LeCompte
5a01179c35
Merge remote-tracking branch 'upstream/main'
2022-07-27 14:15:58 -07:00
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 💅
2022-07-21 13:17:21 -04:00
Dmitry Shibanov
2fddd8803e
fixing pnpm output issue ( #545 )
2022-07-13 16:20:39 +02:00
Dmitry Shibanov
3d11add771
remove unused import
2022-07-12 14:44:36 +02:00
Dmitry Shibanov
072a2e3b10
add trim and silent true
2022-07-12 14:19:55 +02:00
Dmitry Shibanov
28ad38fe06
add try catch
2022-07-12 10:45:50 +02:00
Dmitry Shibanov
48de4c13f6
change to streams
2022-07-12 10:36:10 +02:00
Dmitry Shibanov
aab7cc882a
add silent
2022-07-12 10:30:30 +02:00
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
2022-07-11 13:48:55 +02:00
AJ Jordan
b3ca1ac971
Support npm-shrinkwrap.json out-of-the-box ( #439 )
2022-07-04 23:29:56 +02:00
Filip Skokan
adeb189fd8
apply review feedback
2022-07-01 00:46:13 +02:00
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
2022-06-30 21:56:36 +02:00
Jef LeCompte
1c48dc5a9e
chore: trim no matter what
2022-06-30 09:22:35 -07:00
Jef LeCompte
dbfbe9b6da
refactor: move volta logic
2022-06-29 15:37:53 -07:00
Jef LeCompte
9aa86428fe
chore: run prettier
2022-06-29 15:11:14 -07:00
Jef LeCompte
1a4ff5493d
feat: add volta as node-version-file
2022-06-29 12:01:42 -07:00
IvanZosimov
eaead3517c
Update cache-save.ts to support @actions/cache v3.0.0 lib
2022-06-27 10:11:42 +02:00
Jack Bates
eeb10cff27
Support lts/-n aliases ( #481 )
2022-06-02 12:30:33 +02:00
Hideki Igarashi
dbb64ac1d1
Add support for asdf format as Node.js version file
2022-05-30 20:13:04 +09:00