Skip to content

Attempt to fix macos build #1180

Attempt to fix macos build

Attempt to fix macos build #1180

Workflow file for this run

name: Lint
on: [pull_request, push]
jobs:
lint:
name: Lint
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn lint