Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/azure-login-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

# Using 12.x version as an example
- name: Set Node.js 12.x for GitHub Action
# Using 16.x version as an example
- name: Set Node.js 16.x for GitHub Action
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- name: installing node_modules
run: npm install
Expand Down Expand Up @@ -68,5 +68,3 @@ jobs:
with:
inlineScript: "Get-AzContext"
azPSVersion: "latest"