Skip to content

chore(deps): bump vite from 5.0.12 to 5.4.2 in the npm_and_yarn group #15

chore(deps): bump vite from 5.0.12 to 5.4.2 in the npm_and_yarn group

chore(deps): bump vite from 5.0.12 to 5.4.2 in the npm_and_yarn group #15

Workflow file for this run

name: Validate PR
on:
pull_request:
permissions:
contents: read
jobs:
Build-packages:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install
run: yarn
- name: Build 🔧
run: yarn build:all