mirror of https://github.com/actions/setup-node
npm run format-check
This commit is contained in:
parent
bcbd21499e
commit
2ec4a530b3
|
@ -4,8 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- nvm-issue-fix
|
- nvm-issue-fix
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
local-cache:
|
local-cache:
|
||||||
|
@ -39,7 +37,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Verify node and npm
|
- name: Verify node and npm
|
||||||
run: |
|
run: |
|
||||||
node_version=$(node --version)
|
node_version=$(node --version)
|
||||||
|
|
Loading…
Reference in New Issue