Skip to content

Commit

Permalink
Attempt to fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed Dec 19, 2023
1 parent 726fb20 commit 40826cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ on: [pull_request, push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: macos-12

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn lint

0 comments on commit 40826cb

Please sign in to comment.