Skip to content

Commit

Permalink
Merge pull request #3844 from github/koesie10/fix-update-node-version
Browse files Browse the repository at this point in the history
Fix update-node-version script
  • Loading branch information
koesie10 authored Nov 27, 2024
2 parents 60c15a0 + a5b64d6 commit ff50155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/ql-vscode/scripts/update-node-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ async function updateNodeVersion() {
execSync(`npm view --json "@types/node@${typesNodeVersion}"`, {
encoding: "utf-8",
stdio: "pipe",
maxBuffer: 10 * 1024 * 1024,
});

console.log(`@types/node@${typesNodeVersion} exists`);
Expand Down

0 comments on commit ff50155

Please sign in to comment.