Skip to content

Bump vite from 5.3.2 to 5.4.8 in /website #37

Bump vite from 5.3.2 to 5.4.8 in /website

Bump vite from 5.3.2 to 5.4.8 in /website #37

Workflow file for this run

name: Continuous Releases
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: yarn
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Preview
run: npx [email protected] publish --compact