Skip to content

Commit

Permalink
refactor: remove setup node workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 27, 2024
1 parent e6d0b20 commit 5a32d33
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ description: 'Common setup steps for Actions'
runs:
using: composite
steps:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- uses: oven-sh/setup-bun@v1
name: Install bun
with:
version: 8
bun-version: 8
run_install: false

- uses: actions/cache@v4
Expand Down

0 comments on commit 5a32d33

Please sign in to comment.