La'Kaleigh Harris
6ef0f8d72d
update dist
2021-11-11 19:02:03 +00:00
La'Kaleigh Harris
caf9b24230
removed redundant test
2021-11-11 18:56:40 +00:00
La'Kaleigh Harris
12a17b4e01
Merge pull request #2 from dmitry-shibanov/v-dmshib/fix-installer-tests
...
Adds fix for test in installer.test.ts
2021-11-08 09:40:17 -05:00
Dmitry Shibanov
d465795688
add fix for installer tests
2021-11-08 17:19:03 +03:00
La'Kaleigh Harris
8dfead4556
fix error in unit test
2021-11-08 14:00:49 +00:00
La'Kaleigh Harris
e3139593d9
updated path to version file
2021-11-02 21:06:11 +00:00
La'Kaleigh Harris
243f7be265
fixed unit tests
2021-11-02 20:55:05 +00:00
Hargun Kaur
c1c463274c
build success
2021-11-02 16:39:19 +00:00
Hargun Kaur
7ff10b129d
advanced.md changes
2021-11-02 16:36:30 +00:00
Hargun Kaur
36c80a7556
minor changes and error fix
2021-11-02 16:31:18 +00:00
Hargun Kaur
cc2914011d
build syncing
2021-11-02 13:38:38 +00:00
Hargun Kaur
ff9e2a3ca5
Merge branch 'pull209' of https://github.com/hkaur008/setup-node into pull209
2021-11-02 13:34:46 +00:00
Hargun Kaur
6382f41129
checks implemented for node version file
2021-11-02 13:34:36 +00:00
Hargun Kaur
edcb32fa21
Merge branch 'actions:main' into pull209
2021-11-02 11:16:24 +05:30
Hargun Kaur
34ece939a3
syncing with main
2021-10-26 15:39:16 +00:00
Hargun Kaur
36bb47b5a0
return version otherwise action will fail
2021-10-26 15:33:06 +00:00
Hargun Kaur
aab770aa32
set added to check the version of the file
2021-10-26 15:28:25 +00:00
Hargun Kaur
1b0aeb7004
v14 .nvmrc
2021-10-26 15:22:57 +00:00
Hargun Kaur
f927de6ff2
separate function for resolving version file added
2021-10-25 04:27:22 +00:00
Hargun Kaur
96fa061ec2
it blocks in lowercase
2021-10-25 04:15:29 +00:00
Hargun Kaur
7ba3c8c664
added paragraph in installer.test.ts line 11
2021-10-25 04:08:53 +00:00
Hargun Kaur
9cdff022c2
link to supported section added
2021-10-25 04:05:21 +00:00
Hargun Kaur
f606613c78
diff explanation for advanced-usage.md
2021-10-25 04:01:12 +00:00
Hargun Kaur
acc44a64bd
paragraph added in version.yml btw jobs
2021-10-25 03:55:08 +00:00
Hargun Kaur
fa4605fd19
.nvmrc
2021-10-25 03:52:12 +00:00
Hargun Kaur
01342a8a3b
- name: Setup node from node version file
2021-10-25 03:48:31 +00:00
Dmitry Shibanov
fd4bd829f2
Add issue and pull request templates ( #344 )
2021-10-18 13:39:58 +03:00
Dmitry Shibanov
a4b8ed2f4e
Update dependencies ( #346 )
2021-10-14 13:18:01 +03:00
La'Kaleigh Harris
6f69e28606
defined GITHUB_WORKSPACE env variable for node-version-file test
2021-10-08 16:52:49 +00:00
Hargun Kaur
3f779ed5d2
built done for changes
2021-10-07 17:22:47 +00:00
Hargun Kaur
aa06bd5a2d
import * as hc from '@actions/http-client';
...
moved back
2021-10-07 16:54:10 +00:00
Hargun Kaur
04a1a57903
node-version-file: '../.nvmrc' changed to .nvmrc
2021-10-07 16:50:47 +00:00
Hargun Kaur
10f97d59d0
removed extra line 15 installer.js
2021-10-07 16:48:40 +00:00
Hargun Kaur
b94f87b4af
parseNodeVersionFile changed from async function
2021-10-07 16:46:55 +00:00
Hargun Kaur
a03cbe2e3f
changed import from syntax instead require line 3 and line 8
2021-10-07 16:42:34 +00:00
Hargun Kaur
b8f2a97f38
changed path of versionFilePath line 24 main.ts
2021-10-07 16:34:19 +00:00
Hargun Kaur
fa3de08e5c
removed await from line 25 main.ts
2021-10-07 16:31:14 +00:00
La'Kaleigh Harris
ab0d6af666
refactored test to seperate lts alias describe()
2021-10-07 14:53:46 +00:00
Hargun Kaur
5b7f417c91
build successful
2021-10-06 20:08:47 +00:00
Hargun Kaur
6e5214fff0
build successful
2021-10-06 20:06:03 +00:00
La'Kaleigh Harris
7d40f6c598
added correct path to version file
2021-10-06 19:17:08 +00:00
La'Kaleigh Harris
fe30936a89
Delete index.js
2021-10-06 14:26:27 -04:00
La'Kaleigh Harris
ec979d0561
removed unnessary test
...
* added fail-fast to strategy in versions.yml
* refactored logic in main that was causing test to fail
2021-10-06 16:40:36 +00:00
Hargun Kaur
7fb46efb66
removed extra tabs (versions.yml)
2021-10-05 23:05:00 +00:00
Hargun Kaur
eb7c4722ce
removed extra tabs (versions.yml)
2021-10-05 23:00:18 +00:00
La'Kaleigh Harris
c178bbba23
removed test logic in ParseNodeVersionFile for lts and partial matching
2021-10-05 16:54:02 +00:00
La'Kaleigh Harris
b1ed0c36e7
moved node version section in README to advanced usage
...
added link to README
* migrated contents of version-file-workflow.yml to versions.yml
* further refactored parseNodeVersionFile() & tests
* removed type annotations in catch ()
2021-10-05 15:01:26 +00:00
Hargun Kaur
e471f47826
code syntax matched
2021-10-04 23:06:33 +00:00
Hargun Kaur
42c8cd4b53
deleted node-version-file
2021-10-04 23:01:07 +00:00
Hargun Kaur
2fb803baf3
refactored installer.test.ts
2021-10-04 23:00:00 +00:00