From 588ae96dbc197574e0d52720ec1ade1f1c70951c Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:47:16 -0800 Subject: [PATCH] chore: update node versions and APIScan fields (#57) --- pipeline.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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'