Skip to content

Commit

Permalink
🧱 Use node16 for Azure jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jul 3, 2024
1 parent c141904 commit 6e3efa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ jobs:
filters: |
azure-dev:
- "vsts/vss-extension.dev.json"
- name: Set Node.js 12.x
- name: Set Node.js 16.x
if: steps.filter.outputs.azure-dev == 'true'
uses: actions/setup-node@v4.0.2
with:
node-version: 12.x
node-version: 16.x
- name: Install dependencies
if: steps.filter.outputs.azure-dev == 'true'
run: cd vsts && npm install && cd QodanaScan && npm install && npm i -g tfx-cli
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v4.0.2
with:
node-version: 12.x
node-version: 16.x
- name: Install dependencies
run: cd vsts && npm install && cd QodanaScan && npm install && npm i -g tfx-cli
- name: Package and publish
Expand Down

0 comments on commit 6e3efa9

Please sign in to comment.