Skip to content

Bump vite from 4.0.4 to 4.0.5 #1

Bump vite from 4.0.4 to 4.0.5

Bump vite from 4.0.4 to 4.0.5 #1

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm run build
- run: npm t -- --coverage
- uses: actions/upload-artifact@v3
with:
name: foomedical-code-coverage
path: coverage/lcov.info