Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit a11a313

Browse files
authored
Merge pull request #1493 from microsoft/dev/garretts/fix-governance
Fix component governance packages
2 parents c7f237b + 806a5bd commit a11a313

File tree

7 files changed

+29019
-6538
lines changed

7 files changed

+29019
-6538
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v2
2727

28-
# Node 14 matches the version of Node used by VS Code when this was
28+
# Node 16 matches the version of Node used by VS Code when this was
2929
# written, but it should be updated when VS Code updates its Node version.
3030
# Node needs to be installed before OS-specific setup so that we can run
3131
# the hash verification script.
32-
- name: Use Node 14.x
32+
- name: Use Node 16.x
3333
uses: actions/setup-node@v2
3434
with:
35-
node-version: 14.x
35+
node-version: 16.x
3636

3737
- name: Windows setup
3838
if: ${{ matrix.os == 'windows-latest' }}

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ steps:
6363
# Node 14 matches the version of Node used by VS Code when this was written,
6464
# but it should be updated when VS Code updates its Node version.
6565
- task: NodeTool@0
66-
displayName: Use Node 14.x
66+
displayName: Use Node 16.x
6767
inputs:
68-
versionSpec: 14.x
68+
versionSpec: 16.x
6969
- script: npm install --global gulp node-gyp vsce
7070
displayName: Install global dependencies
7171
- script: npm install

0 commit comments

Comments
 (0)