mirror of
https://github.com/actions/setup-node
synced 2024-11-09 15:12:40 +00:00
Don't run verify check on lts syntax
This commit is contained in:
parent
4bef829942
commit
57b9c8c424
1 changed files with 0 additions and 3 deletions
3
.github/workflows/versions.yml
vendored
3
.github/workflows/versions.yml
vendored
|
@ -42,9 +42,6 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Verify node and npm
|
||||
run: __tests__/verify-node.sh "${{ matrix.node-version }}"
|
||||
shell: bash
|
||||
|
||||
manifest:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Reference in a new issue