fix to node deploy #29

Merged
esteban merged 1 commits from create_form into staging 2026-07-24 16:32:00 +00:00
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '20' node-version: '20'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
- run: pnpm run build - run: pnpm run build