Refactoring
This commit is contained in:
4
.github/workflows/api.yaml
vendored
4
.github/workflows/api.yaml
vendored
@@ -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:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "api",
|
"name": "api",
|
||||||
"version": "0.0.9",
|
"version": "0.0.10",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "",
|
"author": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user