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 b69b582 commit 5c5b0a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
try {
const url = 'https://nodejs.org/dist/index.json';
const result = await github.request(url);
console.log(result)
let json = JSON.parse(result);
for (const el of json.sort()) {
let version = el.version.substring(1, el.version.length) ;
Expand Down

0 comments on commit 5c5b0a5

Please sign in to comment.