From 2bec874ef49756e3a405d7750089bb2eab49c64b Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Sun, 18 Aug 2024 07:07:58 -0700 Subject: [PATCH] Use Node 22 --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index ca689108..98401d40 100644 --- a/Contributing.md +++ b/Contributing.md @@ -9,7 +9,7 @@ I welcome any issues or PRs :) 1. Clone the repo 1. Install the relevant dependencies - VS Code Insiders (needed to run the tests from CLI, see [using Insiders version for extension development](https://code.visualstudio.com/api/working-with-extensions/testing-extension#using-insiders-version-for-extension-development)) - - [Node 16](https://nodejs.org/en/), which comes automatically bundled with npm 8, another dependency. + - [Node 22](https://nodejs.org/en/), which comes automatically bundled with npm 10, another dependency. 1. `npm i` 1. Use `bash` to run the npm scripts. They use commands that are not compatible with PowerShell. Use this setting: `"terminal.integrated.defaultProfile.windows": "Git Bash"` > If you use Command Prompt or PowerShell, you may see errors like