Skip to content

Commit

Permalink
feat: Updated .github/workflows/unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Sep 24, 2023
1 parent ca323c7 commit e8eb2d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- name: Setup Bun
run: |
npm install -g bun
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit e8eb2d8

Please sign in to comment.