Modify Neocities deployment action with Bun

This commit is contained in:
Helen Chong 2024-04-06 21:00:17 +08:00
parent 6c6d101de6
commit ca64532fd9
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
# Set up bun
- name: Use Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install deps and build
run: |
bun i