Skip to content

Commit 99c7058

Browse files
authored
add cache for pnpm
1 parent 734d024 commit 99c7058

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
uses: actions/setup-node@v4
4747
with:
4848
node-version: ${{ matrix.node-version }}
49+
cache: pnpm
50+
# for test cache hits
4951
- run: pnpm add -g [email protected]
5052
- run: pnpm install
5153
- run: pnpm run ${{ matrix.test-command }} -- --retries 1

0 commit comments

Comments
 (0)