Skip to content

Commit

Permalink
fix: remove pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
xiBread committed Mar 6, 2024
1 parent 5b8956a commit 6e5ffb9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8.15.0

- name: Use Node.js v${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm
cache: yarn
registry-url: https://registry.yarnpkg.org/

- name: Install dependencies
run: yarn --mode=skip-build
Expand Down

0 comments on commit 6e5ffb9

Please sign in to comment.