Skip to content

Update all non-major dependencies #2619

Update all non-major dependencies

Update all non-major dependencies #2619

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install
- run: yarn run lint