Skip to content

Commit

Permalink
fix: run npm ci not npm cit
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Dec 20, 2024
1 parent 2feee95 commit 288c44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install deps
run: npm cit
run: npm ci

- name: Run tests
run: npm test
Expand Down

0 comments on commit 288c44d

Please sign in to comment.