Skip to content

Commit 5d63c1e

Browse files
committed
Revert "fix pnpm cache"
This reverts commit 03471d4.
1 parent 6dec35f commit 5d63c1e

File tree

4 files changed

+10
-25
lines changed

4 files changed

+10
-25
lines changed

.github/workflows/applications.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,8 @@ jobs:
4949
cache: 'pnpm'
5050
cache-dependency-path: pnpm-lock.yaml
5151

52-
- name: Set up pnpm
53-
uses: pnpm/action-setup@v4
54-
with:
55-
version: 9.12.0
56-
run_install: false
52+
- name: Enable Corepack
53+
run: corepack enable
5754

5855
- name: Install dependencies
5956
env:
@@ -122,11 +119,8 @@ jobs:
122119
cache: 'pnpm'
123120
cache-dependency-path: pnpm-lock.yaml
124121

125-
- name: Set up pnpm
126-
uses: pnpm/action-setup@v4
127-
with:
128-
version: 9.12.0
129-
run_install: false
122+
- name: Enable Corepack
123+
run: corepack enable
130124

131125
- name: Run pnpm install
132126
env:

.github/workflows/lint.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ jobs:
2323
cache: 'pnpm'
2424
cache-dependency-path: pnpm-lock.yaml
2525

26-
- name: Set up pnpm
27-
uses: pnpm/action-setup@v4
28-
with:
29-
version: 9.12.0
30-
run_install: false
26+
- name: Enable Corepack
27+
run: corepack enable
3128

3229
- name: Install dependencies
3330
env:

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ jobs:
3030
cache: 'pnpm'
3131
cache-dependency-path: pnpm-lock.yaml
3232

33-
- name: Set up pnpm
34-
uses: pnpm/action-setup@v4
35-
with:
36-
version: 9.12.0
37-
run_install: false
33+
- name: Enable Corepack
34+
run: corepack enable
3835

3936
- name: Install dependencies
4037
env:

.github/workflows/themebuilder.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ jobs:
2525
cache: 'pnpm'
2626
cache-dependency-path: pnpm-lock.yaml
2727

28-
- name: Set up pnpm
29-
uses: pnpm/action-setup@v4
30-
with:
31-
version: 9.12.0
32-
run_install: false
28+
- name: Enable Corepack
29+
run: corepack enable
3330

3431
- name: Install dependencies
3532
env:

0 commit comments

Comments
 (0)