Skip to content

build(deps-dev): bump vite from 5.0.5 to 5.0.12 in /frontend #8894

build(deps-dev): bump vite from 5.0.5 to 5.0.12 in /frontend

build(deps-dev): bump vite from 5.0.5 to 5.0.12 in /frontend #8894

name: Browser extension lint
on: [push, pull_request]
defaults:
run:
working-directory: browser-extension
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '18'
- run: yarn install --frozen-lockfile
- run: yarn lint