Skip to content

Commit 47ce77a

Browse files
committed
chore: Remove caches
1 parent af39890 commit 47ce77a

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
uses: actions/setup-node@v4
3131
with:
3232
node-version: ${{ matrix.node }}
33-
- name: Cache dependencies
34-
id: cache-cypress
35-
uses: actions/cache@v4
36-
with:
37-
path: /home/runner/.cache/Cypress
38-
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
3933
- name: Install dependencies
4034
run: pnpm install
4135
- name: Check spelling

.github/workflows/publish-to-github.yml

-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
registry-url: 'https://npm.pkg.github.com'
2020
# Defaults to the user or organization that owns the workflow file
2121
scope: '@javierbrea'
22-
- name: Cache dependencies
23-
id: cache-cypress
24-
uses: actions/cache@v4
25-
with:
26-
path: /home/runner/.cache/Cypress
27-
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
2822
- name: Install dependencies
2923
run: pnpm install
3024
- uses: MerthinTechnologies/edit-json-action@v1

.github/workflows/publish-to-npm.yml

-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ jobs:
1818
registry-url: 'https://npm.pkg.github.com'
1919
# Defaults to the user or organization that owns the workflow file
2020
scope: '@javierbrea'
21-
- name: Cache dependencies
22-
id: cache-cypress
23-
uses: actions/cache@v4
24-
with:
25-
path: /home/runner/.cache/Cypress
26-
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
2721
- name: Install dependencies
2822
run: pnpm install
2923
- run: pnpm -r publish --no-git-checks

0 commit comments

Comments
 (0)