Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch option for setup-node #194

Merged
merged 27 commits into from
Dec 10, 2020
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0635b31
feat: add readme for architecture
aminya Sep 3, 2020
2d88871
feat: node-arch in action.yml
aminya Sep 3, 2020
42d59fb
feat: add arch to run
aminya Sep 3, 2020
f27ebaf
feat: add arch to getNode
aminya Sep 3, 2020
6668516
feat: add arch to resolveVersionFromManifest
aminya Sep 3, 2020
3e84c35
feat: add arch to INodeVersionInfo
aminya Sep 3, 2020
6afbfca
feat: add arch to getInfoFromManifest
aminya Sep 3, 2020
bf47dec
feat: add arch to tc.find
aminya Sep 3, 2020
3eb4bc9
feat: add arch to acquireNodeFromFallbackLocation
aminya Sep 3, 2020
c7e4d38
feat: add arch to downloading message
aminya Sep 3, 2020
2e40994
feat: add arch to getInfoFromDist
aminya Sep 3, 2020
8227138
feat: add arch to cacheDir
aminya Sep 3, 2020
66f3e9f
feat: add arch to queryDistForMatch
aminya Sep 3, 2020
7a3669a
test: add arch tests
aminya Sep 3, 2020
922f2f9
test: revert using nock and fixtures
aminya Sep 3, 2020
a83bf51
test: test using main.run and spying
aminya Sep 3, 2020
63fffe4
chore: add line-ending to gitattribute
aminya Sep 3, 2020
0a161fe
fix: use arch instead of osArch in INodeVersionInfo
aminya Sep 5, 2020
2801f51
chore: build
aminya Sep 5, 2020
2a5c060
fix: add warning for when arch is supplied but version is missing
aminya Sep 6, 2020
99d584a
docs: enhance the readme example to include multiple os, version, and…
aminya Sep 6, 2020
2f532ce
Merge branch 'main' into arch
aminya Sep 16, 2020
aabe026
Merge remote-tracking branch 'upstream/main' into arch
aminya Dec 8, 2020
5984462
Rename node-arch to architecture
aminya Dec 8, 2020
2bbfc76
Add Architecture only example
aminya Dec 8, 2020
d6fea3c
update message to be more general
aminya Dec 9, 2020
05e7d6c
Add e2e arch test
aminya Dec 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add line-ending to gitattribute
  • Loading branch information
aminya committed Sep 3, 2020
commit 63fffe44114fe96a5a9c2905d46804c7c3c68808
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Set default behavior to automatically normalize line endings, and force everything to be LF, except for Windows batch files that require CRLF, so that if a repo is accessed in Unix via a file share from Windows, the scripts will work.
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf