Skip to content

Commit

Permalink
Change CI to use npm i step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Oct 19, 2024
1 parent bddd3ad commit adbf8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cache: npm

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

- name: Run unit tests
run: npm run test:ci
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: npm

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

- name: Lint
run: npm run lint

0 comments on commit adbf8fa

Please sign in to comment.