Skip to content

Commit

Permalink
remove caching for package test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAAndrew committed Feb 12, 2024
1 parent 7d97ed1 commit e84a4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "npm"
- run: npm install browser-compatibility-checker
- run: npm list browser-compatibility-checker
- name: Run CLI Command (expected to fail)
run: |
set +e
Expand Down

0 comments on commit e84a4af

Please sign in to comment.