Skip to content

Commit 2e1e5e5

Browse files
committed
oops
1 parent 1b3c61f commit 2e1e5e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/changesets.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ jobs:
1717

1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
20+
with:
21+
version: 10.17.x
2022

2123
- name: Setup Node.js
2224
uses: actions/setup-node@v4
2325
with:
2426
node-version: 22.x
27+
cache: 'pnpm'
28+
cache-dependency-path: './pnpm-lock.yaml'
2529

2630
- name: Install dependencies
2731
run: pnpm install

0 commit comments

Comments
 (0)