Skip to content

Bump vite from 5.4.3 to 5.4.6 #78

Bump vite from 5.4.3 to 5.4.6

Bump vite from 5.4.3 to 5.4.6 #78

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
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
- name: "Upload Coverage"
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage