Skip to content

Commit

Permalink
ci: remove volta
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Nov 3, 2023
1 parent cefdd7d commit 91aa248
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Volta
uses: volta-cli/action@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: '1.0.8'

- name: Install Node
run: volta install node
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.18.2'

- name: Install dependencies
run: bun install
Expand Down

0 comments on commit 91aa248

Please sign in to comment.