mirror of https://github.com/actions/setup-node
Update versions.yml
This commit is contained in:
parent
7afaaa44b1
commit
0fb7f56828
|
@ -39,8 +39,8 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
check-latest: true
|
||||
- if: runner.os != 'Windows' && runner.os != 'macOS'
|
||||
name: Verify node and npm
|
||||
|
||||
- name: Verify node and npm
|
||||
run: |
|
||||
node_version=$(node --version)
|
||||
major_version=${node_version:1:2}
|
||||
|
|
Loading…
Reference in New Issue