Skip to content

chore: Bump @types/react-dom from 18.3.0 to 18.3.1 (#5033) #10527

chore: Bump @types/react-dom from 18.3.0 to 18.3.1 (#5033)

chore: Bump @types/react-dom from 18.3.0 to 18.3.1 (#5033) #10527

Workflow file for this run

name: Lint
on:
push:
branches: [staging, main]
pull_request:
branches: [staging, main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{github.token}}
- name: Checkout
uses: actions/checkout@v4
- name: Yarn cache
uses: c-hive/gha-yarn-cache@v2
- name: Install JS dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint