Use Node runner image for Forgejo CI
All checks were successful
ci / check (push) Successful in 41s

This commit is contained in:
matamune 2026-05-12 21:38:33 +00:00
parent 7ecf4e54f2
commit ecf0b7a8f3
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324

View file

@ -8,11 +8,14 @@ on:
jobs:
check:
runs-on: bun
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Bun
run: npm install -g bun@1.3.13
- name: Install dependencies
run: bun install --frozen-lockfile