Skip to content

Commit

Permalink
feat: ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
manzil-infinity180 committed Dec 2, 2024
1 parent 32d1313 commit 6291b0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"

- name: Install dependencies
uses: npm install
run: npm install

- name: Run CI
run: npm run ci

0 comments on commit 6291b0e

Please sign in to comment.