From e911ec56baffde4f0f952d84819afaf9a5b8ccde Mon Sep 17 00:00:00 2001 From: Kate <43079840+katebatura@users.noreply.github.com> Date: Wed, 1 Dec 2021 19:02:19 +0300 Subject: [PATCH] chore(ci): lock node version (#5908) --- .github/workflows/azureCliDeploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/azureCliDeploy.yml b/.github/workflows/azureCliDeploy.yml index 5a9f98a8..0a084575 100644 --- a/.github/workflows/azureCliDeploy.yml +++ b/.github/workflows/azureCliDeploy.yml @@ -4,16 +4,15 @@ on: push: branches: - demo - jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 10.x - uses: actions/setup-node@v1 + - name: Use Node.js 12 + uses: actions/setup-node@v2 with: - node-version: '10.x' + node-version: '12' - uses: actions/checkout@v2 with: ref: demo