mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
Remove e2e test
This commit is contained in:
parent
7b47010eac
commit
45b9274158
1 changed files with 0 additions and 18 deletions
18
.github/workflows/versions.yml
vendored
18
.github/workflows/versions.yml
vendored
|
@ -127,24 +127,6 @@ jobs:
|
||||||
run: __tests__/verify-node.sh 0.12.18 SKIP_NPM
|
run: __tests__/verify-node.sh 0.12.18 SKIP_NPM
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
latest-version:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Setup Node
|
|
||||||
uses: ./
|
|
||||||
with:
|
|
||||||
node-version: '*'
|
|
||||||
check-latest: true
|
|
||||||
- name: Verify node and npm
|
|
||||||
run: |
|
|
||||||
. "$NVM_DIR/nvm.sh"
|
|
||||||
[[ $(nvm version-remote node) =~ ^v([^.]+) ]]
|
|
||||||
__tests__/verify-node.sh "${BASH_REMATCH[1]}"
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
arch:
|
arch:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue