Skip to content

chore(deps-dev): bump vite from 2.9.16 to 2.9.18 #123

chore(deps-dev): bump vite from 2.9.16 to 2.9.18

chore(deps-dev): bump vite from 2.9.16 to 2.9.18 #123

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- '**'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
- run: npm ci
- run: npm run lint
- run: npm run test.ci
- run: npm run build