Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix: fix npm i command in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mdalpozzo committed Jul 12, 2024
1 parent de03f74 commit ef60f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, and lint
run: |
npm ci
npm i
npm run lint
env:
CI: true

0 comments on commit ef60f14

Please sign in to comment.