Skip to content

⬆️ Bump vite from 5.4.0 to 5.4.9 #78

⬆️ Bump vite from 5.4.0 to 5.4.9

⬆️ Bump vite from 5.4.0 to 5.4.9 #78

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Install Dependencies
run: pnpm install
- name: Lint
run: npm run lint