mirror of
https://github.com/versia-pub/server.git
synced 2025-12-07 00:48:18 +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:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Setup Bun
|
||||||
- name: Install Bun runtime
|
uses: oven-sh/setup-bun@v1
|
||||||
run: |
|
|
||||||
curl -fsSL https://bun.sh/install | bash
|
|
||||||
|
|
||||||
- name: Add Bun to PATH
|
|
||||||
run: |
|
|
||||||
source /home/runner/.bashrc
|
|
||||||
|
|
||||||
- name: Install NPM packages
|
- name: Install NPM packages
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue