Skip to content

chore(deps): bump vite from 4.3.9 to 4.5.2 #63

chore(deps): bump vite from 4.3.9 to 4.5.2

chore(deps): bump vite from 4.3.9 to 4.5.2 #63

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
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 packages
run: yarn install --frozen-lockfile
- name: Build the project
run: yarn build