Skip to content

Commit 961948b

Browse files
authored
Add pnpm to workflow (#2347)
Copied from `.github/workflows/check.yml`
1 parent dc267fa commit 961948b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/conference-sync.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ jobs:
1515
with:
1616
ref: source
1717

18+
- name: Setup environment
19+
uses: the-guild-org/shared-config/setup@main
20+
with:
21+
packageManager: pnpm
22+
workingDirectory: ./
23+
24+
- name: Install Dependencies
25+
run: pnpm i
26+
1827
- name: Sync conference data from Sched
1928
run: pnpm exec tsx scripts/sync-sched/sync.ts --year 2026
2029
env:

0 commit comments

Comments
 (0)