Skip to content

Commit 588ae96

Browse files
authored
chore: update node versions and APIScan fields (#57)
1 parent 3395465 commit 588ae96

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pipeline.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ extends:
3434
testPlatforms:
3535
- name: Linux
3636
nodeVersions:
37-
- 16.x
37+
- 18.17.x
3838
- name: MacOS
3939
nodeVersions:
40-
- 16.x
40+
- 18.17.x
4141
- name: Windows
4242
nodeVersions:
43-
- 16.x
43+
- 18.17.x
4444

4545
testSteps:
4646
# https://github.com/nodejs/node-gyp/issues/2869
@@ -51,6 +51,9 @@ extends:
5151
- script: npm test
5252
displayName: Test
5353

54+
apiScanSoftwareName: 'vscode-native-keymap'
55+
apiScanSoftwareVersion: '3.3'
56+
5457
publishPackage: ${{ parameters.publishPackage }}
5558

5659
policheckExclusionsFile: '$(Build.SourcesDirectory)/PoliCheckExclusions.xml'

0 commit comments

Comments
 (0)