Skip to content

build(deps-dev): bump vite from 5.4.20 to 7.1.5 in the npm_and_yarn group across 1 directory #32

build(deps-dev): bump vite from 5.4.20 to 7.1.5 in the npm_and_yarn group across 1 directory

build(deps-dev): bump vite from 5.4.20 to 7.1.5 in the npm_and_yarn group across 1 directory #32

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
# pnpm: [8]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-setup
with:
node-version: ${{ matrix.node }}
- name: Test
run: pnpm lint:css && pnpm lint:js && pnpm check:types