mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 03:28:42 +00:00
fix e2e test
This commit is contained in:
parent
ccbc0aae4e
commit
d7c7dfa509
1 changed files with 1 additions and 1 deletions
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
|||
run: |
|
||||
nightlyVersion="${{ matrix.node-version }}"
|
||||
majorVersion=$(echo $nightlyVersion | cut -d- -f1)
|
||||
__tests__/verify-node.sh "${BASH_REMATCH[1]}"
|
||||
__tests__/verify-node.sh "$majorVersion"
|
||||
shell: bash
|
||||
|
||||
manifest:
|
||||
|
|
Loading…
Add table
Reference in a new issue