From a731852e29b01cc3e47c41016827647fed434729 Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Sat, 8 May 2021 01:09:16 -0700 Subject: [PATCH] Update package.yml for Azure Pipelines --- .azure-pipelines/package.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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