Skip to content

Bump vite from 5.4.4 to 5.4.6 #18

Bump vite from 5.4.4 to 5.4.6

Bump vite from 5.4.4 to 5.4.6 #18

Workflow file for this run

name: 'Jest unit tests'
on:
push:
paths-ignore:
- '**/dist/**'
- '**/*.md'
- '.github/**'
- '.vscode/**'
pull_request:
branches:
- develop
paths-ignore:
- '**/dist/**'
- '**/*.md'
- '.github/**'
- '.vscode/**'
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21.5.0'
cache: 'npm'
- run: npm ci
- run: npm run test