mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 21:30:55 +00:00
fix e2e test
This commit is contained in:
parent
ccbc0aae4e
commit
d7c7dfa509
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
nightlyVersion="${{ matrix.node-version }}"
|
nightlyVersion="${{ matrix.node-version }}"
|
||||||
majorVersion=$(echo $nightlyVersion | cut -d- -f1)
|
majorVersion=$(echo $nightlyVersion | cut -d- -f1)
|
||||||
__tests__/verify-node.sh "${BASH_REMATCH[1]}"
|
__tests__/verify-node.sh "$majorVersion"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
manifest:
|
manifest:
|
||||||
|
Loading…
Reference in New Issue
Block a user