Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NextNC committed Aug 27, 2023
1 parent 6e8838c commit 627963a
Show file tree
Hide file tree
Showing 10 changed files with 8,960 additions and 3,904 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- run: npm install
# - run: npm test
- uses: JS-DevTools/npm-publish@v1
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.20.2
7 changes: 5 additions & 2 deletions nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"language": "ts",
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src"
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}
Loading

0 comments on commit 627963a

Please sign in to comment.