Skip to content

Commit f2ebd61

Browse files
committed
streamline some cache stuff?
1 parent 6cdd05a commit f2ebd61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ env:
3232
${{ github.workspace }}/node_modules
3333
${{ github.workspace }}/packages/*/node_modules
3434
${{ github.workspace }}/dev-packages/*/node_modules
35-
~/.cache/ms-playwright/
36-
~/.cache/mongodb-binaries/
3735
3836
# DEPENDENCY_CACHE_KEY: can't be set here because we don't have access to yarn.lock
3937

@@ -137,7 +135,6 @@ jobs:
137135
uses: actions/setup-node@v4
138136
with:
139137
node-version-file: 'package.json'
140-
cache: 'yarn'
141138

142139
# we use a hash of yarn.lock as our cache key, because if it hasn't changed, our dependencies haven't changed,
143140
# so no need to reinstall them

0 commit comments

Comments
 (0)