We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742b33e commit 0119ff9Copy full SHA for 0119ff9
1 file changed
.github/workflows/TestPWTCommands.yml
@@ -34,14 +34,6 @@ jobs:
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
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
-
45
- name: Setup pnpm
46
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda #v4.1.0
47
if: matrix.node == 16
0 commit comments