Skip to content

Bump @vitejs/plugin-react from 4.3.0 to 4.3.1 #163

Bump @vitejs/plugin-react from 4.3.0 to 4.3.1

Bump @vitejs/plugin-react from 4.3.0 to 4.3.1 #163

Workflow file for this run

name: Pull Request Workflow
on: pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test
- name: Lint
run: npm run lint