Skip to content

Commit 4dccdcf

Browse files
committed
attempt dep caching
1 parent 9220035 commit 4dccdcf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ jobs:
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: "24"
23-
24-
- name: Install yarn
25-
run: npm install --global yarn
23+
cache: "yarn" # This handles the caching for you!
2624

2725
- name: Install dependencies
28-
run: yarn install
26+
run: yarn install --frozen-lockfile
2927

3028
- name: Setup Pages
3129
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)