Skip to content

Commit

Permalink
[ci]: remove pnpm installation in workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish-simpleCoder committed Apr 16, 2024
1 parent a0c2e30 commit 31105bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm i -g pnpm
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm i -g pnpm
- run: pnpm install --no-frozen-lockfile
- run: pnpm build && pnpm test

0 comments on commit 31105bb

Please sign in to comment.