Skip to content

Bump vite-plugin-checker from 0.11.0 to 0.14.5 in /ui #244

Bump vite-plugin-checker from 0.11.0 to 0.14.5 in /ui

Bump vite-plugin-checker from 0.11.0 to 0.14.5 in /ui #244

Workflow file for this run

name: CI
on:
pull_request: {}
push:
branches:
- main
- master
concurrency:
group: ${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: read
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 20
- run: |
npm install -g yarn
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.24"
- name: Build
run: make backend