Skip to content

Bump vite from 7.2.4 to 7.2.6 in the build-tools group #74

Bump vite from 7.2.4 to 7.2.6 in the build-tools group

Bump vite from 7.2.4 to 7.2.6 in the build-tools group #74

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Setup
id: setup
uses: kitbagjs/actions-setup-project@main
- name: Run tests
run: npm run test
types:
name: Types
runs-on: ubuntu-latest
steps:
- name: Setup
id: setup
uses: kitbagjs/actions-setup-project@main
- name: Run tsc
run: npm run types