Skip to content

Commit

Permalink
Add pnpm/action-setup@v4 to [ci|cd].yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Feb 11, 2025
1 parent f368ac9 commit 03a38fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: "package.json"
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm turbo build
- uses: cloudflare/wrangler-action@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: "package.json"
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: cd packages/tracker && pnpm playwright install --with-deps
- run: pnpm turbo build lint typecheck test-ci --concurrency=1
Expand Down

0 comments on commit 03a38fb

Please sign in to comment.