Skip to content

Bump vite from 4.5.0 to 4.5.1 #8

Bump vite from 4.5.0 to 4.5.1

Bump vite from 4.5.0 to 4.5.1 #8

Workflow file for this run

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Check linting
run: npm run lint --if-present
- name: Run the tests
run: npm run test --if-present
- name: Build
run: npm run build --if-present
# TODO: Vercel deployment