Skip to content

Commit

Permalink
ci: remove cache on actions/setup-node as it's pretty fast
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDecMeetsMore committed Jul 11, 2024
1 parent 1f0bd04 commit b1df0f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/js-client-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
cache-dependency-path: scheduler/clients/javascript/pnpm-lock.yaml

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit b1df0f7

Please sign in to comment.