Skip to content

Bump @vitejs/plugin-react from 4.3.2 to 4.3.3 #656

Bump @vitejs/plugin-react from 4.3.2 to 4.3.3

Bump @vitejs/plugin-react from 4.3.2 to 4.3.3 #656

Workflow file for this run

name: PR builds
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build
run: |
yarn
CI=false yarn build