Skip to content

build(deps): bump vite from 5.2.10 to 5.4.6 #67

build(deps): bump vite from 5.2.10 to 5.4.6

build(deps): bump vite from 5.2.10 to 5.4.6 #67

Workflow file for this run

name: main
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
build-unix:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest']
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm ci --ignore-scripts
npm audit fix
- name: Test
run: npm test