Skip to content

Commit e2112d1

Browse files
committed
caching?
1 parent 572ca9b commit e2112d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/typecheck.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
uses: actions/checkout@v5
1414
with:
1515
persist-credentials: false
16-
- name: Setup Node.js
17-
uses: actions/setup-node@v4
1816
- name: Setup pnpm
1917
uses: pnpm/action-setup@v4
18+
- name: Setup Node.js
19+
uses: actions/setup-node@v4
20+
with:
21+
cache: 'pnpm'
2022
- name: Install dependencies
2123
run: pnpm install --frozen-lockfile
2224
- name: Run type check

0 commit comments

Comments
 (0)