Skip to content

Commit

Permalink
Fix update-turbopack-test-manifest.yml workflow (vercel#58097)
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell authored Nov 6, 2023
1 parent 38e8b52 commit 26d9343
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-turbopack-test-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
node-version: ${{ env.NODE_LTS_VERSION }}
check-latest: true

- run: corepack enable

- name: Install dependencies
shell: bash
run: pnpm i

- name: Create Pull Request
shell: bash
run: node scripts/automated-update-workflow.js
Expand Down

0 comments on commit 26d9343

Please sign in to comment.