Include Grats in turbo.json

This commit is contained in:
Jordan Eldredge 2025-07-07 15:11:18 -07:00
parent 26e8e6dfeb
commit 6ce866f48c
6 changed files with 19 additions and 10 deletions

View file

@ -14,10 +14,10 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: 9.12.0
- name: Use Node.js 22.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 20.x
cache: "pnpm"
- name: Install Dependencies
run: pnpm install --frozen-lockfile
@ -57,7 +57,7 @@ jobs:
version: 9.12.0
- uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 20.x
registry-url: https://registry.npmjs.org/
cache: "pnpm"
- name: Install dependencies