Fix CI #4

Merged
McPeakML merged 22 commits from mcpeakml/portfolio into main 2026-06-12 11:13:34 -04:00
Showing only changes of commit 170ce4e0be - Show all commits

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