Refactoring

This commit is contained in:
2025-01-18 09:31:06 -06:00
parent 7b2177c14a
commit 140ce8e77c
2 changed files with 5 additions and 1 deletions

View File

@@ -25,6 +25,10 @@ jobs:
with: with:
version: ${{ vars.PNPM_VERSION }} version: ${{ vars.PNPM_VERSION }}
- name: Install Nest CLI
run: |
npm install -g @nestjs/cli
- name: 'Setup Node' - name: 'Setup Node'
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:

View File

@@ -1,6 +1,6 @@
{ {
"name": "api", "name": "api",
"version": "0.0.9", "version": "0.0.10",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,