Skip to content

Bump vite from 2.9.18 to 4.5.13 #1031

Bump vite from 2.9.18 to 4.5.13

Bump vite from 2.9.18 to 4.5.13 #1031

Workflow file for this run

name: main
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: test
run: yarn && yarn test && yarn report
- name: report
uses: codecov/codecov-action@v3
with:
file: .nyc_output/coverage-pw.json
token: c7a23beb-e642-432f-bcbc-7a0385a75c81
env:
CI: true