diff --git a/pipeline.yml b/pipeline.yml index 8f45ad1..f164d60 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -34,13 +34,13 @@ extends: testPlatforms: - name: Linux nodeVersions: - - 16.x + - 18.17.x - name: MacOS nodeVersions: - - 16.x + - 18.17.x - name: Windows nodeVersions: - - 16.x + - 18.17.x testSteps: # https://github.com/nodejs/node-gyp/issues/2869 @@ -51,6 +51,9 @@ extends: - script: npm test displayName: Test + apiScanSoftwareName: 'vscode-native-keymap' + apiScanSoftwareVersion: '3.3' + publishPackage: ${{ parameters.publishPackage }} policheckExclusionsFile: '$(Build.SourcesDirectory)/PoliCheckExclusions.xml'