change node version to 22
Deploy cdrdpyj / deploy (push) Successful in 53s Details

This commit is contained in:
Esteban Paz 2026-07-24 11:55:07 -05:00
parent ee7cb4332d
commit 184edac52f
1 changed files with 1 additions and 1 deletions

View File

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