Skip to content

build(deps-dev): bump vite from 4.2.1 to 4.5.2 #77

build(deps-dev): bump vite from 4.2.1 to 4.5.2

build(deps-dev): bump vite from 4.2.1 to 4.5.2 #77

Workflow file for this run

# This workflow will do a clean install of node dependencies and build the package
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master, '[0-9]+.[0-9]+.x']
pull_request:
branches: [master, '[0-9]+.[0-9]+.x']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
- name: Install packages
run: npm ci
- name: Build
run: npm run build