Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit cab3ab3

Browse files
Use .nvmrc
1 parent b1c50bd commit cab3ab3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ stages:
2727
displayName: 'set version'
2828
errorActionPreference: stop
2929
- task: NodeTool@0
30+
displayName: 'install nodeJS'
3031
inputs:
31-
versionSpec: '9.x'
32+
versionSource: 'fromFile'
33+
versionFilePath: '.nvmrc'
3234

3335
- task: Npm@1
3436
displayName: 'npm install: root'

0 commit comments

Comments
 (0)