Update pr-check to use Node 16 (#268)

This commit is contained in:
Youssef Victor 2022-11-16 13:37:49 +02:00 committed by GitHub
commit 9f262f3412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
@ -68,5 +68,3 @@ jobs:
with:
inlineScript: "Get-AzContext"
azPSVersion: "latest"