npm run format-check

This commit is contained in:
Aparna Jyothi 2024-10-10 17:57:38 +05:30
parent bcbd21499e
commit 2ec4a530b3
1 changed files with 1 additions and 3 deletions

View File

@ -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)