Skip to content

Commit

Permalink
chore(VSCode): upgrade Node.js runtime version to 22.13.0 for launch.…
Browse files Browse the repository at this point in the history
…json
  • Loading branch information
simonknittel committed Jan 29, 2025
1 parent aaa5251 commit 9aff300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cwd": "${workspaceFolder}",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"runtimeVersion": "22.12.0",
"runtimeVersion": "22.13.0",
"skipFiles": ["<node_internals>/**"],
"console": "integratedTerminal"
}
Expand Down

0 comments on commit 9aff300

Please sign in to comment.