Skip to content

Commit

Permalink
Merge pull request #48 from loryblu/ci/github-actions
Browse files Browse the repository at this point in the history
try to merge
  • Loading branch information
viniciuscosmome committed Mar 21, 2024
2 parents ca8ceae + 9f110bd commit 6ab8d2e
Show file tree
Hide file tree
Showing 3 changed files with 1,661 additions and 1,495 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [18]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@nestjs/jwt": "10.1.1",
"@nestjs/platform-express": "10.0.0",
"@nestjs/swagger": "7.1.8",
"@prisma/client": "5.11.0",
"@prisma/client": "5.10.1",
"bcrypt": "5.1.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"husky": "8.0.3",
"jest": "29.5.0",
"prettier": "3.0.0",
"prisma": "5.11.0",
"prisma": "5.10.1",
"source-map-support": "0.5.21",
"supertest": "6.3.3",
"ts-jest": "29.1.0",
Expand Down
Loading

0 comments on commit 6ab8d2e

Please sign in to comment.