Skip to content

Commit

Permalink
Use Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Aug 18, 2024
1 parent f95384c commit 2bec874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bec874

Please sign in to comment.