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 0056111 commit 10ec679Copy full SHA for 10ec679
1 file changed
.github/actions/setup-node-pnpm/action.yml
@@ -13,14 +13,8 @@ runs:
13
cache: pnpm
14
node-version: 22
15
16
- - name: cache output directories
+ - name: cache sharp output
17
uses: actions/cache@v4
18
with:
19
- path: |
20
- .astro
21
- .cache
22
- dist
23
- node_modules
24
- key: ${{ runner.os }}-output-${{ hashFiles('**/pnpm-lock.yaml') }}
25
- restore-keys: |
26
- ${{ runner.os }}-output-
+ path: node_modules/.astro/assets
+ key: sharp
0 commit comments