mirror of
https://github.com/actions/setup-node.git
synced 2025-12-16 10:03:42 +08:00
Fix e2e test
This commit is contained in:
8
.github/workflows/versions.yml
vendored
8
.github/workflows/versions.yml
vendored
@@ -42,6 +42,14 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
check-latest: true
|
||||
- if: runner.os != 'Windows'
|
||||
name: Verify node and npm
|
||||
run: |
|
||||
. "$NVM_DIR/nvm.sh"
|
||||
[[ $(nvm version-remote "${{ matrix.node-version }}") =~ ^v([^.]+) ]]
|
||||
__tests__/verify-node.sh "${BASH_REMATCH[1]}"
|
||||
shell: bash
|
||||
|
||||
manifest:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user