From 3cf17bc24f9f57365ea572a9d529b18f3d34980d Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 9 Dec 2025 20:20:47 -0500 Subject: [PATCH] ci --- .github/workflows/snapshot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 6281f345d..a454042b6 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -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