Skip to content

Commit

Permalink
add versions
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Aug 11, 2023
1 parent 8722035 commit ec6c9d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pipelines/azure/steps/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ steps:
path: ${{ parameters.npmConfigCache }}
displayName: "[doc..] Cache npm"

- task: PowerShell@2
displayName: "[doc..] check versions node npm"
inputs:
targetType: "inline"
workingDirectory: documentation
script: |
node -v
npm -v
- task: PowerShell@2
displayName: "[doc..] npm ci"
inputs:
Expand Down

0 comments on commit ec6c9d6

Please sign in to comment.