Skip to content

Commit ebfe612

Browse files
Merge pull request #4 from alejandrocuba/youtube-integration
chore: update package manager from npm to pnpm in youtube-sync workflow
2 parents c3189e0 + 3853ff3 commit ebfe612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/youtube-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: '24'
2222

2323
- name: Install Dependencies
24-
run: npm ci
24+
run: pnpm install
2525

2626
- name: Run YouTube Sync Script
2727
env:

0 commit comments

Comments
 (0)