mirror of
https://github.com/actions/setup-node
synced 2025-04-20 15:22:12 +00:00
fix test
This commit is contained in:
parent
db7606a690
commit
7e4e7ccf0c
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
@ -167,7 +167,7 @@ jobs:
|
|||||||
id: updatedVersion
|
id: updatedVersion
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Compare versions
|
- name: Compare versions
|
||||||
if: ${{ steps.version.outputs.NODE_VERSION == steps.version.outputs.NODE_VERSION_UPDATED}}
|
if: ${{ steps.version.outputs.NODE_VERSION == steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}
|
||||||
run: |
|
run: |
|
||||||
echo "${{steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}"
|
echo "${{steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}"
|
||||||
echo "${{steps.version.outputs.NODE_VERSION}}"
|
echo "${{steps.version.outputs.NODE_VERSION}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user