From a45af32ec33c2915844f2429c360f7fe00da60a5 Mon Sep 17 00:00:00 2001 From: nickboldt Date: Fri, 25 Mar 2022 09:55:56 -0600 Subject: [PATCH] chore: fix build step labels to use node 14.x (since that's what we're actually using) Change-Id: Ic125ded357f2d158de1de9bf52bdd1b0c7713609 Signed-off-by: nickboldt --- .github/workflows/check-theia-branch.yml | 2 +- .github/workflows/happy-path-tests.yaml | 2 +- .github/workflows/next-build.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-theia-branch.yml b/.github/workflows/check-theia-branch.yml index a0ef66649..32694f3bc 100644 --- a/.github/workflows/check-theia-branch.yml +++ b/.github/workflows/check-theia-branch.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v2 name: Checkout che-theia source code - uses: actions/setup-node@v1 - name: Configuring nodejs 12.x version + name: Configuring nodejs 14.x version with: node-version: '14.x' - name: build diff --git a/.github/workflows/happy-path-tests.yaml b/.github/workflows/happy-path-tests.yaml index ca0ef487e..102705352 100644 --- a/.github/workflows/happy-path-tests.yaml +++ b/.github/workflows/happy-path-tests.yaml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v2 name: Checkout che-theia source code - uses: actions/setup-node@v1 - name: Configuring nodejs 12.x version + name: Configuring nodejs 14.x version with: node-version: '14.x' - name: build diff --git a/.github/workflows/next-build.yml b/.github/workflows/next-build.yml index af01ab062..d9b165ee9 100644 --- a/.github/workflows/next-build.yml +++ b/.github/workflows/next-build.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 name: Checkout che-theia source code - uses: actions/setup-node@v1 - name: Configuring nodejs 12.x version + name: Configuring nodejs 14.x version with: node-version: '14.x' - name: Login to docker.io diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0233a2b4c..5f1c143f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: echo "[INFO] No existing tags detected for $VERSION" fi - uses: actions/setup-node@v1 - name: Configuring nodejs 12.x version + name: Configuring nodejs 14.x version with: node-version: '14.x' - name: Login to docker.io