Skip to content

build(deps-dev): bump vite from 5.0.0 to 5.0.5 #383

build(deps-dev): bump vite from 5.0.0 to 5.0.5

build(deps-dev): bump vite from 5.0.0 to 5.0.5 #383

Workflow file for this run

name: Verify
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- name: Checkout 🛎️
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Verify 🚦
run: |
corepack enable pnpm
pnpm install --frozen-lockfile
pnpm run build
pnpm run lint
env:
CI: true