Skip to content

Commit 98970ff

Browse files
authored
add back cache statement to deploy workflow
so that setup-node installs yarn for us.
1 parent 3b88fe3 commit 98970ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/setup-node@v3
3636
with:
3737
node-version: '16'
38+
cache: 'yarn'
3839

3940
# node cache
4041
- name: Get yarn cache directory path

0 commit comments

Comments
 (0)