Dax Raad 2 months ago
parent
commit
3cf17bc24f
1 changed files with 3 additions and 4 deletions
  1. 3 4
      .github/workflows/snapshot.yml

+ 3 - 4
.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