mirror of
https://github.com/actions/setup-node
synced 2025-04-20 07:03:11 +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
|
||||
shell: bash
|
||||
- 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: |
|
||||
echo "${{steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}"
|
||||
echo "${{steps.version.outputs.NODE_VERSION}}"
|
||||
|
Loading…
Reference in New Issue
Block a user