We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032ea0e commit 33c29bfCopy full SHA for 33c29bf
1 file changed
.github/actions/setup/action.yml
@@ -10,6 +10,17 @@ runs:
10
node-version: 'lts/*'
11
cache: 'yarn'
12
13
+ - name: Cache turbo
14
+ uses: actions/cache@v4
15
+ with:
16
+ path: |
17
+ .turbo
18
+ apps/*/.turbo
19
+ packages/*/.turbo
20
+ key: ${{ runner.os }}-turbo-${{ github.sha }}
21
+ restore-keys: |
22
+ ${{ runner.os }}-turbo-
23
+
24
- name: Install dependencies
25
run: yarn install
26
shell: bash
0 commit comments