refactoring

This commit is contained in:
2025-01-31 10:08:22 -06:00
parent c92e36dcab
commit cbadd4200d
4 changed files with 14 additions and 2 deletions

View File

@@ -20,6 +20,12 @@ jobs:
sparse-checkout: |
api
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 10
run_install: false
- name: Install Nest CLI
run: |
npm install -g @nestjs/cli

View File

@@ -24,6 +24,12 @@ jobs:
sparse-checkout: |
app
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 10
run_install: false
- name: 'Setup Node'
uses: actions/setup-node@v4
with: