Skip to content

Commit

Permalink
Removing npm package listing
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTCodes committed Feb 4, 2025
1 parent 363843a commit 670be4c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
npm_cache_dir: ~/.npm
- os: windows-latest
test_command: npm test
npm_cache_dir: ~/AppData/Local/npm-cache
npm_cache_dir: ~\AppData\Local\npm-cache
- os: macOS-latest
test_command: npm test
npm_cache_dir: ~/.npm
Expand All @@ -35,10 +35,6 @@ jobs:
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-
- name: List the state of node modules
if: ${{steps.cache-npm.outputs.cache-hit != 'true'}}
continue-on-error: true
run: npm list
- name: Install npm packages
run: npm install
- name: Install & Cache apt packages
Expand Down

0 comments on commit 670be4c

Please sign in to comment.