Skip to content

Commit 9f262f3

Browse files
authored
Update pr-check to use Node 16 (Azure#268)
1 parent e3e9acc commit 9f262f3

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/azure-login-pr-check.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
repository: ${{ github.event.pull_request.head.repo.full_name }}
1717
ref: ${{ github.event.pull_request.head.ref }}
1818

19-
# Using 12.x version as an example
20-
- name: Set Node.js 12.x for GitHub Action
19+
# Using 16.x version as an example
20+
- name: Set Node.js 16.x for GitHub Action
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: 12.x
23+
node-version: 16.x
2424

2525
- name: installing node_modules
2626
run: npm install
@@ -68,5 +68,3 @@ jobs:
6868
with:
6969
inlineScript: "Get-AzContext"
7070
azPSVersion: "latest"
71-
72-

0 commit comments

Comments
 (0)