Skip to content

Commit

Permalink
fix(ci): remove duplicate pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed Oct 16, 2024
1 parent 99697a6 commit 7b7c45d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
-
name: pnpm setup
uses: pnpm/action-setup@v4
with:
version: 9
-
name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
-
name: pnpm setup
uses: pnpm/action-setup@v4
with:
version: 9
-
name: Use Node.js 20
uses: actions/setup-node@v4
Expand Down

0 comments on commit 7b7c45d

Please sign in to comment.