Skip to content

⬆️ upgrade @types/chrome to ^0.0.302 #987

⬆️ upgrade @types/chrome to ^0.0.302

⬆️ upgrade @types/chrome to ^0.0.302 #987

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Build, lint, and test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Use Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- name: Install Dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build