Skip to content

Update dependency @types/chrome to ^0.0.298 #321

Update dependency @types/chrome to ^0.0.298

Update dependency @types/chrome to ^0.0.298 #321

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git fetch --depth=1
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/cache@v3
id: cache
with:
path: |
node_modules
*/*/node_modules
.yarn
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- run: yarn install --immutable
- run: yarn lint --force
build:
runs-on: ubuntu-latest
needs: [checks]
steps:
- uses: actions/checkout@v4
- run: git fetch --depth=1
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/cache@v3
id: cache
with:
path: |
node_modules
*/*/node_modules
.yarn
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- run: yarn install --immutable
- run: |
yarn build --force
yarn package