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

Commit

Permalink
Use .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderaernouts committed Nov 10, 2023
1 parent b1c50bd commit cab3ab3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ stages:
displayName: 'set version'
errorActionPreference: stop
- task: NodeTool@0
displayName: 'install nodeJS'
inputs:
versionSpec: '9.x'
versionSource: 'fromFile'
versionFilePath: '.nvmrc'

- task: Npm@1
displayName: 'npm install: root'
Expand Down

0 comments on commit cab3ab3

Please sign in to comment.