Skip to content

Commit

Permalink
trying withot caching and ChromeHeadless
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Mar 9, 2022
1 parent ddcd194 commit d8a9112
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit d8a9112

Please sign in to comment.