Skip to content

Commit

Permalink
chore: update node versions and APIScan fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Feb 29, 2024
1 parent 3395465 commit 6b60f66
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit 6b60f66

Please sign in to comment.