Skip to content

Commit

Permalink
ci: Fix publish-packages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Aug 26, 2024
1 parent 2bc4d7c commit b6dd57f
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,11 @@ jobs:
- name: Pull Latest Releases
run: git pull

- name: Install PNPM
uses: pnpm/[email protected]
with:
version: 8
- uses: actions/setup-node@v3

- name: Install Node 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
- uses: oven-sh/setup-bun@v2

- name: Install dependencies
run: pnpm install
- run: bun install

- id: changelog
name: Generate changelog
Expand Down

0 comments on commit b6dd57f

Please sign in to comment.