Skip to content

Commit bb9bb14

Browse files
committed
chore: sync-ticket
1 parent 1471b99 commit bb9bb14

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/sync-ticket.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,17 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- name: Install Dependencies
22-
uses: ./.github/actions/setup-node-pnpm
21+
- name: Install pnpm
22+
uses: pnpm/action-setup@v4
23+
24+
- name: Set node version
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: 22
28+
cache: pnpm
29+
30+
- name: Install deps
31+
run: pnpm install
2332

2433
- name: Run Sync Ticket Script
2534
run: 'curl "$PEATIX_API_ORIGIN/event/$PEATIX_EVENT_ID/list_sales?fresh=true" -H "Authorization: Bearer $PEATIX_API_SECRET" && pnpm dlx tsx scripts/admin/sync-role/main.ts'

0 commit comments

Comments
 (0)