From 44aa52bcdd782c34a24e3fc4afdc3b38fbf64d52 Mon Sep 17 00:00:00 2001 From: libracoder Date: Tue, 6 Dec 2022 11:25:27 +0100 Subject: [PATCH] fix node-version indentation --- .github/workflows/main-deploy.yaml | 2 +- .github/workflows/release-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-deploy.yaml b/.github/workflows/main-deploy.yaml index fe813d2a..66d0ae28 100644 --- a/.github/workflows/main-deploy.yaml +++ b/.github/workflows/main-deploy.yaml @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '14' - uses: azure/setup-kubectl@v3 id: install diff --git a/.github/workflows/release-deploy.yaml b/.github/workflows/release-deploy.yaml index edfaabc2..0d348e5d 100644 --- a/.github/workflows/release-deploy.yaml +++ b/.github/workflows/release-deploy.yaml @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '14' - uses: azure/setup-kubectl@v3 id: install