mirror of
https://github.com/actions/setup-node.git
synced 2025-06-08 02:22:04 +08: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