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

Add a missing dependency "tunnel" to @actions/http-client #1084

Closed
wants to merge 1 commit into from

Conversation

gfx
Copy link

@gfx gfx commented May 13, 2022

tunnel is not a dev dependency, but a runtime dependency.

Fix #1083

@@ -38,9 +38,11 @@
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies" {
"tunnel": "0.0.6"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose you need to update the package-lock.json file as well

@robherley
Copy link
Member

Closing in favor of: #1085

@robherley robherley closed this May 13, 2022
Sign up for free to 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.

Error: Cannot find module 'tunnel' in @actions/github@5.0.2
4 participants