Skip to content

Commit a5b64d6

Browse files
committed
Fix update-node-version script
1 parent 60c15a0 commit a5b64d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/scripts/update-node-version.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ async function updateNodeVersion() {
8686
execSync(`npm view --json "@types/node@${typesNodeVersion}"`, {
8787
encoding: "utf-8",
8888
stdio: "pipe",
89+
maxBuffer: 10 * 1024 * 1024,
8990
});
9091

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

0 commit comments

Comments
 (0)