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:
|
||||
branches:
|
||||
- nvm-issue-fix
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
local-cache:
|
||||
|
@ -39,7 +37,7 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
check-latest: true
|
||||
|
||||
|
||||
- name: Verify node and npm
|
||||
run: |
|
||||
node_version=$(node --version)
|
||||
|
|
Loading…
Reference in New Issue