Skip to content

Bump vite from 2.8.6 to 2.9.16 #197

Bump vite from 2.8.6 to 2.9.16

Bump vite from 2.8.6 to 2.9.16 #197

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.15.1'
# Runs a single command using the runners shell
- name: Install
run: |
npm install -g pnpm
pnpm install
- name: Run eslint
run: |
pnpm run github-lint
- name: Run Build
run: |
pnpm run build