Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Jun 19, 2024
1 parent 6de1ca0 commit 653f2a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/turbo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: buildjet/setup-node@v4
with:
node-version: "22"
cache: "pnpm"
node-version: '22'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm turbo lint --cache-dir=.turbo

Expand All @@ -55,8 +55,8 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: buildjet/setup-node@v4
with:
node-version: "22"
cache: "pnpm"
node-version: '22'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm turbo build --cache-dir=.turbo

Expand All @@ -74,7 +74,7 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: buildjet/setup-node@v4
with:
node-version: "22"
cache: "pnpm"
node-version: '22'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm turbo test --cache-dir=.turbo

0 comments on commit 653f2a6

Please sign in to comment.