Skip to content

chore(deps-dev): Bump vite from 5.2.11 to 5.4.6 #2

chore(deps-dev): Bump vite from 5.2.11 to 5.4.6

chore(deps-dev): Bump vite from 5.2.11 to 5.4.6 #2

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches: [main]
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
cache: "npm"
node-version: "20.10"
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
cache: "npm"
node-version: "20.10"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build