Skip to content

Commit

Permalink
updating GitHub pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 18, 2024
1 parent 72ea134 commit fc9f98a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/getNodeVersion.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var {http} = require('follow-redirects');

module.exports = async ({github, context, core}) => {
const {http} = require('follow-redirects');
let url = 'http://nodejs.org/dist/index.json';

http.get(url,(res) => {
Expand Down

0 comments on commit fc9f98a

Please sign in to comment.