This commit is contained in:
Dax Raad 2025-12-09 20:20:47 -05:00
parent 4aa1b8de0e
commit 3cf17bc24f

View file

@ -22,11 +22,10 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v5
- uses: actions/setup-node@v4
with:
go-version: ">=1.24.0"
cache: true
cache-dependency-path: go.sum
node-version: "20"
registry-url: "https://registry.npmjs.org"
- uses: ./.github/actions/setup-bun