diff --git a/.github/workflows/azure-pipelines-16.yml b/.github/workflows/azure-pipelines-16.yml deleted file mode 100644 index 24a69565..00000000 --- a/.github/workflows/azure-pipelines-16.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Node.js with gulp -# Build a Node.js project using the gulp task runner. -# Add steps that analyze code, save build artifacts, deploy, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript - -trigger: -- main - -pool: - vmImage: ubuntu-latest - -steps: -- task: NodeTool@0 - inputs: - versionSpec: '10.x' - displayName: 'Install Node.js' - -- script: | - npm install - gulp default --gulpfile gulpfile.js - displayName: 'npm install and run gulp'