Skip to content

Commit 22eac6c

Browse files
committed
ci: fix missing pnpm
1 parent 9fbd40f commit 22eac6c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,19 @@ jobs:
2323
contents: read
2424
steps:
2525
- uses: actions/checkout@v4
26+
27+
- name: Install pnpm
28+
uses: pnpm/action-setup@v4
29+
with:
30+
run_install: false
31+
32+
- name: Setup Node.js
33+
uses: actions/setup-node@v4
34+
with:
35+
node-version: 22
36+
cache: 'pnpm'
37+
38+
- name: Install dependencies
39+
run: pnpm install --frozen-lockfile
40+
2641
- run: pnpm validate-links --soft-warnings

0 commit comments

Comments
 (0)