Skip to content

chore(deps): bump undici from 6.19.8 to 6.21.1 in /frontend #10766

chore(deps): bump undici from 6.19.8 to 6.21.1 in /frontend

chore(deps): bump undici from 6.19.8 to 6.21.1 in /frontend #10766

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