From 00d310b4f51d4ffce212b721634c84471637c932 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 6281f345d4..a454042b68 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