Skip to content

chore(deps-dev): bump vite from 5.0.4 to 5.0.5 in /examples/vite #331

chore(deps-dev): bump vite from 5.0.4 to 5.0.5 in /examples/vite

chore(deps-dev): bump vite from 5.0.4 to 5.0.5 in /examples/vite #331

Workflow file for this run

on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
id: yarn-cache
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Build and test the library
run: |
yarn
yarn build:lib
yarn build
yarn package
yarn run check & yarn test