Skip to content

chore(deps): bump deepmerge-ts from 6.0.0 to 7.1.0 #10137

chore(deps): bump deepmerge-ts from 6.0.0 to 7.1.0

chore(deps): bump deepmerge-ts from 6.0.0 to 7.1.0 #10137

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [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/[email protected]
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
cache: 'yarn'
- name: Install JS dependencies
run: yarn --immutable
- name: Lint
run: yarn lint