Skip to content

ci: Add Github Actions workflows - #1

Merged
legobeat merged 1 commit into
mainfrom
ci-gha-workflows
Dec 1, 2022
Merged

ci: Add Github Actions workflows#1
legobeat merged 1 commit into
mainfrom
ci-gha-workflows

Conversation

@legobeat

Copy link
Copy Markdown

Migrating from Travis to GHA.
Travis will be removed in a follow-up.

@legobeat

legobeat commented Dec 1, 2022

Copy link
Copy Markdown
Author

The reason npm i is timing out here is the same reason it's failing when running locally:

$ npm i
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t git://github.com/frozeman/WebSocket-Node.git
npm ERR!
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 20.27.177.113]: errno=Connection refused
npm ERR!
npm ERR!
npm ERR! exited with error code: 128

git protocol has been deprecated on GitHub for some time now.

This will be addressed separately in #2.

@legobeat
legobeat merged commit 324c6e9 into mainDec 1, 2022
@legobeatlegobeat mentioned this pull request Dec 1, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@legobeat