fix: CI
Some checks failed
ci / build (pull_request) Failing after 33s
ci / publish (pull_request) Has been skipped

This commit is contained in:
Matthew McPeak 2026-06-11 16:22:06 -04:00
parent 2ef5ae92b5
commit 170ce4e0be
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
container: oven/bun:1
steps:
- name: Install git
run: apt-get update && apt-get install -y git
- name: Install git and node
run: apt-get update && apt-get install -y git nodejs
- name: Checkout
uses: actions/checkout@v4