Skip to content

Commit

Permalink
Merge pull request #5 from MaxTCodes/switching-install-command-used-b…
Browse files Browse the repository at this point in the history
…y-testing-action

Switching from npm install to npm ci
  • Loading branch information
jeremytenjo authored Feb 7, 2025
2 parents 64b55c9 + b7fdb34 commit af5cc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-
- name: Install npm packages
run: npm install
run: npm ci
- name: Install & Cache apt packages
if: runner.os == 'Linux'
uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down

0 comments on commit af5cc2a

Please sign in to comment.