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:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- if: runner.os != 'Windows' && runner.os != 'macOS'
|
|
||||||
name: Verify node and npm
|
- name: Verify node and npm
|
||||||
run: |
|
run: |
|
||||||
node_version=$(node --version)
|
node_version=$(node --version)
|
||||||
major_version=${node_version:1:2}
|
major_version=${node_version:1:2}
|
||||||
|
|
Loading…
Reference in New Issue