Skip to content

Bump vite from 4.4.11 to 4.5.2 in /website #1564

Bump vite from 4.4.11 to 4.5.2 in /website

Bump vite from 4.4.11 to 4.5.2 in /website #1564

name: Golang Unit Tests
on: [push, pull_request]
jobs:
build:
name: Execute all the unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.3
- name: Test
run: make test