Skip to content

Commit d702da8

Browse files
authored
Update node to 12.4.0 (microsoft#9424)
For microsoft#8453
1 parent 19a85e2 commit d702da8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.11.0
1+
v12.4.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
### Prerequisites
2121

22-
1. [Node.js](https://nodejs.org/) 10.x
22+
1. [Node.js](https://nodejs.org/) 12.x
2323
1. [Python](https://www.python.org/) 2.7 or later
2424
1. Windows, macOS, or Linux
2525
1. [Visual Studio Code](https://code.visualstudio.com/)

build/ci/templates/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22
PythonVersion: '3.7' # Always use latest version.
3-
NodeVersion: '10.11.0' # Check version of node used in VS Code.
3+
NodeVersion: '12.4.0' # Check version of node used in VS Code.
44
NpmVersion: '6.13.4'
55
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.
66
MOCHA_REPORTER_JUNIT: true # Use the mocha-multi-reporters and send output to both console (spec) and JUnit (mocha-junit-reporter).

news/3 Code Health/8453.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update version of node to `12.4.0`.

0 commit comments

Comments
 (0)