Modify Neocities deployment action with Bun
This commit is contained in:
parent
8f1e5ac299
commit
a2e2beccdd
5
.github/workflows/neocities.yml
vendored
5
.github/workflows/neocities.yml
vendored
@ -21,6 +21,11 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
|
# Set up bun
|
||||||
|
- name: Use Bun
|
||||||
|
uses: oven-sh/setup-bun@v1
|
||||||
|
with:
|
||||||
|
bun-version: latest
|
||||||
- name: Install deps and build
|
- name: Install deps and build
|
||||||
run: |
|
run: |
|
||||||
bun i
|
bun i
|
||||||
|
Loading…
x
Reference in New Issue
Block a user