We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89dd76d commit c4c0490Copy full SHA for c4c0490
.github/workflows/previews-cf.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: actions/setup-node@v4
19
with:
20
node-version: ${{ env.NODE_VERSION }}
21
+ cache: pnpm
22
- name: Install dependencies
23
run: pnpm install
24
@@ -46,6 +47,7 @@ jobs:
46
47
48
49
50
+ cache: yarn
51
52
run: yarn install
53
@@ -59,5 +61,6 @@ jobs:
59
61
60
62
63
64
+ cache: npm
65
66
run: npm install
0 commit comments