mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 01:01:38 +08:00
fix e2e test
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user