Skip to content

Bump typescript from 5.5.4 to 5.6.2 in /tests/ui (#1009) #26

Bump typescript from 5.5.4 to 5.6.2 in /tests/ui (#1009)

Bump typescript from 5.5.4 to 5.6.2 in /tests/ui (#1009) #26

Workflow file for this run

name: Main cache
on:
push:
branches:
- main
paths:
- 'go.mod'
jobs:
build-cache:
name: Build cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: build
run: make build