Change e2e tests

This commit is contained in:
panticmilos 2022-05-04 13:49:48 +02:00
parent dd0c4c2592
commit 21115fb80f

View File

@ -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!"