Skip to content

Commit 044d1ff

Browse files
committed
CI: Remove explanatory comments about pnpm cache in workflows
1 parent b9f251a commit 044d1ff

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/deploy-site.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
with:
4848
version: latest
4949

50-
# Rely on actions/setup-node pnpm cache; no manual pnpm store cache needed
51-
5250
- name: Install site dependencies
5351
run: |
5452
cd site && pnpm install --frozen-lockfile

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
with:
3636
version: latest
3737

38-
# Using actions/setup-node pnpm cache; no manual pnpm store cache
39-
4038
- name: Install npm packages
4139
run: |
4240
# Install root and site pnpm dependencies
@@ -107,8 +105,6 @@ jobs:
107105
with:
108106
version: latest
109107

110-
# Using actions/setup-node pnpm cache; no manual pnpm store cache
111-
112108
- name: Install site dependencies
113109
run: cd site && pnpm install --frozen-lockfile
114110

0 commit comments

Comments
 (0)