diff options
| author | Dax Raad <[email protected]> | 2025-12-09 20:20:47 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-09 20:20:47 -0500 |
| commit | 3cf17bc24f9f57365ea572a9d529b18f3d34980d (patch) | |
| tree | 4739ea09d44cdafc3387f1cd544b47a2c9a01c5c /.github/workflows | |
| parent | 4aa1b8de0e3bc0a34bcfce6d994da7dc92407267 (diff) | |
| download | opencode-3cf17bc24f9f57365ea572a9d529b18f3d34980d.tar.gz opencode-3cf17bc24f9f57365ea572a9d529b18f3d34980d.zip | |
ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/snapshot.yml | 7 |
1 files 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 |
