mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Update Bun setup in workflow
This commit is contained in:
parent
defcaa9077
commit
103115efa1
10
.github/workflows/eslint.yml
vendored
10
.github/workflows/eslint.yml
vendored
|
|
@ -29,14 +29,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Bun runtime
|
||||
run: |
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
|
||||
- name: Add Bun to PATH
|
||||
run: |
|
||||
source /home/runner/.bashrc
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
|
||||
- name: Install NPM packages
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue