Skip to content

Commit

Permalink
ci(workflows): install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Nov 5, 2023
1 parent 05a7db7 commit bd1e0bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
node-version: 21
registry-url: https://registry.npmjs.org/
scope: '@pungrumpy'
- name: 🚀 Setup Bun
uses: oven-sh/setup-bun@v1
- name: 🔽 Install Dependencies
run: bun install
- name: 🛰️ Publish
run: npm publish
env:
Expand Down

0 comments on commit bd1e0bf

Please sign in to comment.