From 21115fb80f0b92bcf51e79f2d31285cfa512d6be Mon Sep 17 00:00:00 2001 From: panticmilos Date: Wed, 4 May 2022 13:49:48 +0200 Subject: [PATCH] Change e2e tests --- .github/workflows/versions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 812d1e5b..2ad0eab1 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -146,7 +146,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [current, latest, node] + node-version: [current, latest, node, "16.14.2"] steps: - name: Retrieve version before install run: | @@ -168,4 +168,4 @@ jobs: - name: Compare versions if: ${{ steps.version.outputs.NODE_VERSION == steps.updatedVersion.outputs.NODE_VERSION_UPDATED}} run: | - exit 1 + echo "System node version ${{steps.updatedVersion.outputs.NODE_VERSION_UPDATED}} is same after the installation!"