Skip to content

build(deps): bump vite from 4.0.5 to 4.5.2 #55

build(deps): bump vite from 4.0.5 to 4.5.2

build(deps): bump vite from 4.0.5 to 4.5.2 #55

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
node-version:
- 14
steps:
- uses: codecov/[email protected]
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install all dependencies
run: npm install
- name: Run tests
run: npm test
- name: Codecov
uses: codecov/[email protected]