pr-check
1 parent e3e9acc commit 9f262f3Copy full SHA for 9f262f3
1 file changed
.github/workflows/azure-login-pr-check.yml
@@ -16,11 +16,11 @@ jobs:
16
repository: ${{ github.event.pull_request.head.repo.full_name }}
17
ref: ${{ github.event.pull_request.head.ref }}
18
19
- # Using 12.x version as an example
20
- - 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
21
uses: actions/setup-node@v1
22
with:
23
- node-version: 12.x
+ node-version: 16.x
24
25
- name: installing node_modules
26
run: npm install
@@ -68,5 +68,3 @@ jobs:
68
69
inlineScript: "Get-AzContext"
70
azPSVersion: "latest"
71
-
72
0 commit comments