Skip to content

Commit

Permalink
ci: fix npm install in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LeweyM committed May 17, 2024
1 parent dff1ab4 commit d7f9f77
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 @@ -50,7 +50,7 @@ jobs:
node-version: 18.x

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

- name: Run lint
run: npm run lint

0 comments on commit d7f9f77

Please sign in to comment.