mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-02-03 18:57:38 +01:00
9 lines
158 B
YAML
9 lines
158 B
YAML
|
steps:
|
||
|
- task: NodeTool@0
|
||
|
inputs:
|
||
|
versionSpec: '8.x'
|
||
|
displayName: 'Install Node.js'
|
||
|
|
||
|
- script: |
|
||
|
npm install
|
||
|
displayName: 'Install dependencies'
|