From d421731b393c039acdd9c3695df31f2d33325d05 Mon Sep 17 00:00:00 2001 From: panticmilos Date: Tue, 19 Apr 2022 14:31:21 +0200 Subject: [PATCH] revert test changes --- .github/workflows/versions.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 9284ef01..cdf2f7cd 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -10,7 +10,6 @@ on: - releases/* paths-ignore: - '**.md' - workflow_dispatch: jobs: local-cache: @@ -147,7 +146,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [current, latest, node, "16.14.2"] + node-version: [current, latest, node] steps: - name: Retrieve version before install run: | @@ -169,6 +168,4 @@ jobs: - name: Compare versions if: ${{ steps.version.outputs.NODE_VERSION == steps.updatedVersion.outputs.NODE_VERSION_UPDATED}} run: | - echo "${{steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}" - echo "${{steps.version.outputs.NODE_VERSION}}" exit 1 \ No newline at end of file