Skip to content

Bump vite from 4.5.2 to 5.2.10 #541

Bump vite from 4.5.2 to 5.2.10

Bump vite from 4.5.2 to 5.2.10 #541

Workflow file for this run

name: Main CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Build typescript project
run: |
npm install
npm run build
- name: Run Linter
run: |
npm run lint