Skip to content

Bump vite from 4.4.11 to 4.5.1 #780

Bump vite from 4.4.11 to 4.5.1

Bump vite from 4.4.11 to 4.5.1 #780

Workflow file for this run

name: Pull Requests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run test
- run: npm run build
env:
CI: true