mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
fix test
This commit is contained in:
parent
db7606a690
commit
7e4e7ccf0c
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue