mirror of
https://github.com/actions/setup-node
synced 2025-04-20 07:45:52 +00:00
npm run format-check
This commit is contained in:
parent
bcbd21499e
commit
2ec4a530b3
1 changed files with 1 additions and 3 deletions
4
.github/workflows/versions.yml
vendored
4
.github/workflows/versions.yml
vendored
|
@ -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…
Add table
Reference in a new issue