diff --git a/.azure-pipelines/package.yml b/.azure-pipelines/package.yml index 6f19618..5762fe0 100644 --- a/.azure-pipelines/package.yml +++ b/.azure-pipelines/package.yml @@ -10,6 +10,14 @@ pool: vmImage: ubuntu-latest steps: +- task: NodeTool@0 + displayName: 'Use Node 12.x' + inputs: + versionSpec: 12.x +- task: Npm@1 + displayName: 'npm ci' + inputs: + command: ci - script: npm run package displayName: package - script: vsce package