Skip to content

Commit

Permalink
chore: actually run pnpm to ensure deps are installed on GH action (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin authored Mar 20, 2024
1 parent 2eb6cf4 commit 7e908bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c3-dependabot-versioning-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
node-version: 16.18
cache: "pnpm"
- name: Install NPM Dependencies
run: pnpm install --frozen-lockfile
- name: Configure Git
run: |
git config --global user.email wrangler@cloudflare.com
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/miniflare-dependabot-versioning-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
with:
node-version: 16.18
cache: "pnpm"
- name: Install NPM Dependencies
run: pnpm install --frozen-lockfile
- name: Configure Git
run: |
git config --global user.email wrangler@cloudflare.com
Expand Down

0 comments on commit 7e908bf

Please sign in to comment.