Commit graph

90 commits

Author SHA1 Message Date
Dmitry Shibanov
68fd79d662 minor fix 2022-12-27 21:20:23 +01:00
Dmitry Shibanov
363785e8f4 remove changing prerelease 2022-12-27 20:58:46 +01:00
Dmitry Shibanov
7f2fa59092 resolve comments 2022-12-27 19:28:20 +01:00
Dmitry Shibanov
e81c4f8a21 resolve comments 2022-12-27 17:44:25 +01:00
Dmitry Shibanov
df00183c09 minor changes 2022-12-22 02:09:21 +01:00
Dmitry Shibanov
cd6d6a6700 polish code 2022-12-22 01:51:36 +01:00
Dmitry Shibanov
f3c48890ed minor polishing 2022-12-22 01:09:28 +01:00
Dmitry Shibanov
2723204c59 restructure tests 2022-12-22 00:05:42 +01:00
Dmitry Shibanov
822a587e93 Merge branch 'main' into v-dmshib/v8-canary-factory 2022-12-20 21:13:46 +01:00
Dmitry Shibanov
8dacd853a5 minor changes 2022-12-20 21:09:50 +01:00
Dmitry Shibanov
785620d55b optimize code 2022-12-14 19:08:19 +01:00
Dmitry Shibanov
15798eaae7 minor fix 2022-12-13 16:33:20 +01:00
Dmitry Shibanov
05e1c35e88 add search in toolcache for canary 2022-12-13 16:27:32 +01:00
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
Sergey Dolin
b28830cbe2 replace throw with warn 2022-12-12 10:21:16 +01:00
Sergey Dolin
676975d9aa Use early return pattern 2022-12-09 11:41:54 +01:00
Sergey Dolin
069a4f8926 Add dist 2022-12-05 13:37:05 +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
d2ef4bc907 build dist 2022-11-24 12:21:17 +01:00
Sergey Dolin
a3c8983ccb dist 2022-11-24 05:30:41 +01:00
Sergey Dolin
f407277148 Apply requested changes 2022-11-22 12:03:29 +01:00
Sergey Dolin
bced0aece0 Build compiled js code 2022-11-22 11:58:47 +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
6bc15ab23c
Update minimatch (#608) 2022-11-14 13:34:05 +01:00
Dmitry Shibanov
00e1b6691b
Pass the token input through on GHES (#595) 2022-11-02 12:24:44 +01:00
Francesco Renzi
8c91899e58
Update @actions/core to 1.10.0 (#587) 2022-10-13 12:11:08 +02: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
0efefb3c0b
Merge remote-tracking branch 'upstream/main' 2022-09-08 13:13:20 -07:00
Dmitry Shibanov
30f0e7dc5a
Update @actions/core to 1.9.1 (#574) 2022-09-08 15:15:16 +02:00
Shude Li
c8f0d10585
upgrade @action/cache to 3.0.4 to fix stuck issue (#573) 2022-09-08 14:53:41 +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
dee2a9689c
chore: run build 2022-07-27 14:26:16 -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