mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 05:45:26 +08:00
changed github actions workflow to use bun instead of node
This commit is contained in:
parent
3e23d5c03d
commit
95e664a5a8
2
.github/workflows/build-validation.yml
vendored
2
.github/workflows/build-validation.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:20.6.1-alpine
|
||||
image: bun
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
Loading…
Reference in a new issue