Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.11.0
v12.4.0
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

### Prerequisites

1. [Node.js](https://nodejs.org/) 10.x
1. [Node.js](https://nodejs.org/) 12.x
1. [Python](https://www.python.org/) 2.7 or later
1. Windows, macOS, or Linux
1. [Visual Studio Code](https://code.visualstudio.com/)
Expand Down
2 changes: 1 addition & 1 deletion build/ci/templates/globals.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
PythonVersion: '3.7' # Always use latest version.
NodeVersion: '10.11.0' # Check version of node used in VS Code.
NodeVersion: '12.4.0' # Check version of node used in VS Code.
NpmVersion: '6.13.4'
MOCHA_FILE: '$(Build.ArtifactStagingDirectory)/test-junit.xml' # All test files will write their JUnit xml output to this file, clobbering the last time it was written.
MOCHA_REPORTER_JUNIT: true # Use the mocha-multi-reporters and send output to both console (spec) and JUnit (mocha-junit-reporter).
Expand Down
1 change: 1 addition & 0 deletions news/3 Code Health/8453.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update version of node to `12.4.0`.