Skip to content

Bump vite from 5.4.3 to 5.4.6 (#52) #40

Bump vite from 5.4.3 to 5.4.6 (#52)

Bump vite from 5.4.3 to 5.4.6 (#52) #40

Workflow file for this run

name: Build
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test