Skip to content

chore(deps-dev): bump vite from 4.5.2 to 4.5.3 #101

chore(deps-dev): bump vite from 4.5.2 to 4.5.3

chore(deps-dev): bump vite from 4.5.2 to 4.5.3 #101

Workflow file for this run

name: ci
on:
pull_request:
branches: [master, next]
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}