Skip to content

Commit 1b02c4f

Browse files
committed
pnpm
1 parent 90f491c commit 1b02c4f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18+
- uses: pnpm/action-setup@v4
19+
with:
20+
version: 9
1821
- uses: actions/setup-node@v4
1922
with:
2023
node-version: 20
21-
cache: npm
24+
cache: pnpm
2225

2326
- name: Install dependencies
2427
run: pnpm install --frozen-lockfile

.github/workflows/test-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18+
- uses: pnpm/action-setup@v4
19+
with:
20+
version: 9
1821
- uses: actions/setup-node@v4
1922
with:
2023
node-version: 20
21-
cache: npm
24+
cache: pnpm
2225

2326
- name: Install dependencies
2427
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)