Skip to content

build(deps-dev): bump vite from 5.4.8 to 5.4.14 in /client-ui-thing #94

build(deps-dev): bump vite from 5.4.8 to 5.4.14 in /client-ui-thing

build(deps-dev): bump vite from 5.4.8 to 5.4.14 in /client-ui-thing #94

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm ci
working-directory: ./client-ui-thing
- name: Run tests
run: npm run test
working-directory: ./client-ui-thing