Skip to content

Commit

Permalink
ci: link deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jul 2, 2024
1 parent 8423255 commit 04b73f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v1

- name: Link Dependencies
run: bun link json-as

- name: Install Dependencies
run: bun install

Expand Down

0 comments on commit 04b73f4

Please sign in to comment.