Skip to content

Commit

Permalink
fix: remove npm install command from test-js gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Aug 19, 2024
1 parent f49a2e5 commit 9440088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Lint js files
run: |
npm install -g npm
npm ci
npm run lint
env:
Expand Down

0 comments on commit 9440088

Please sign in to comment.