Skip to content

Bump vite from 5.4.3 to 5.4.6 in the npm_and_yarn group across 1 directory #17

Bump vite from 5.4.3 to 5.4.6 in the npm_and_yarn group across 1 directory

Bump vite from 5.4.3 to 5.4.6 in the npm_and_yarn group across 1 directory #17

Workflow file for this run

name: PR
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
uses: actions/checkout@v4
- name: 'Set up Node.js'
uses: actions/setup-node@v4
with:
node-version: '18'
- name: 'Install dependencies'
run: npm install
- name: 'Run tests'
run: npm test
- name: 'Run Lint'
run: npm run lint
- name: 'Run Build'
run: npm run build