Skip to content

Commit 0119ff9

Browse files
committed
Remove redundant cache step
1 parent 742b33e commit 0119ff9

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/TestPWTCommands.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636

37-
- name: "Defining cache"
38-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
39-
env:
40-
cache-name: cache-node-modules
41-
with:
42-
path: ~/.pnpm-store
43-
key: ${{ runner.os }}-${{ matrix.node }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
44-
4537
- name: Setup pnpm
4638
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda #v4.1.0
4739
if: matrix.node == 16

0 commit comments

Comments
 (0)