mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Change e2e tests
This commit is contained in:
parent
dd0c4c2592
commit
21115fb80f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/versions.yml
vendored
4
.github/workflows/versions.yml
vendored
|
@ -146,7 +146,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
node-version: [current, latest, node]
|
node-version: [current, latest, node, "16.14.2"]
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve version before install
|
- name: Retrieve version before install
|
||||||
run: |
|
run: |
|
||||||
|
@ -168,4 +168,4 @@ jobs:
|
||||||
- name: Compare versions
|
- name: Compare versions
|
||||||
if: ${{ steps.version.outputs.NODE_VERSION == steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}
|
if: ${{ steps.version.outputs.NODE_VERSION == steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}
|
||||||
run: |
|
run: |
|
||||||
exit 1
|
echo "System node version ${{steps.updatedVersion.outputs.NODE_VERSION_UPDATED}} is same after the installation!"
|
||||||
|
|
Loading…
Add table
Reference in a new issue