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

Update runtime to node20. #27

Merged
merged 2 commits into from
Jun 16, 2024
Merged

Update runtime to node20. #27

merged 2 commits into from
Jun 16, 2024

Conversation

teo-tsirpanis
Copy link
Contributor

@teo-tsirpanis teo-tsirpanis commented Apr 30, 2024

Reacting to GitHub Actions' deprecation of Node.js 16, this PR updates the action's runtime to Node.js 20. After this PR is merged, a new version 5 should be released.

Fixes #22

@@ -7,7 +7,6 @@ const URL = require('url').URL
const { https } = require('follow-redirects')
const AdmZip = require('adm-zip')
const HttpsProxyAgent = require('https-proxy-agent')
var proxy = process.env.http_proxy || 'http://168.63.76.32:3128';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was surprised when I saw this random IP address, but this variable is not actually being used and I removed it.

Copy link

Choose a reason for hiding this comment

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

Weird indeed, it looks to be copy pasta from the https-proxy-agent docs, though I don't know why they would include a hardcoded IP address there either.

Copy link
Owner

Choose a reason for hiding this comment

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

I don't recall if I intentionally added this or just copy-pasta'd it or what. Either way, shame on me, I should have commented what and why.

@peter-toft-greve
Copy link

peter-toft-greve commented May 29, 2024

Could be great to have this merged - thanx @teo-tsirpanis
@seanmiddleditch @nikolaik - do you have time?

@peter-toft-greve
Copy link

@nikolaik @seanmiddleditch It would be golden to have this reviewed

@nikolaik
Copy link

@nikolaik @seanmiddleditch It would be golden to have this reviewed

Its Sean we need, not me 😎

@silverqx
Copy link

Last time it took a year to merge practically the same PR.

@seanmiddleditch
Copy link
Owner

Hah, sorry folks, I'm a god-awful open source maintainer. I'll take a look at this right now.

@seanmiddleditch seanmiddleditch merged commit 165810d into seanmiddleditch:master Jun 16, 2024
@teo-tsirpanis teo-tsirpanis deleted the node20 branch June 16, 2024 17:00
@silverqx
Copy link

Thx this time it was pretty quick 😁

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.

Node.js 16 actions are deprecated.
5 participants