fix(sandbox): Fix broken scripts on sandbox build (#1824)

This commit is contained in:
Santiago Puppo
2026-07-24 14:46:18 -07:00
committed by GitHub
parent 53e543bbf8
commit 20f118e95c
7 changed files with 148 additions and 16 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 22
node-version-file: '.nvmrc'
cache: pnpm
- name: Cache turbo build setup
@@ -65,7 +65,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 22
node-version-file: '.nvmrc'
cache: pnpm
- name: Cache turbo build setup
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 22
node-version-file: '.nvmrc'
cache: pnpm
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 22
node-version-file: '.nvmrc'
cache: pnpm
- name: Install dependencies