Skip to content

Update dependency vite to v5.2.14 [SECURITY] #412

Update dependency vite to v5.2.14 [SECURITY]

Update dependency vite to v5.2.14 [SECURITY] #412

Workflow file for this run

name: Build, Test & Solar Scan
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: x
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test