Skip to content

Commit

Permalink
Merge pull request #305 from Finastra/feature/finastra-nestjs-logger-…
Browse files Browse the repository at this point in the history
…nestjs-graphql

finastra/nestjs-logger nestjs/graphql 12.2.0
  • Loading branch information
BeataKr authored Oct 1, 2024
2 parents ccbb2b4 + e0b2b47 commit ce60f50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build Package
run: npm run build -- ${{ env.libName }}
- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3.0.0
with:
name: '${{ env.artifactName }}'
path: './dist/libs/${{ matrix.package }}'
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build Package
run: npm run build -- ${{ env.libName }}
- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3.0.0
with:
name: '${{ env.artifactName }}'
path: './dist/libs/${{ matrix.package }}'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build Package
run: npm run build -- ${{ env.libName }}
- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3.0.0
with:
name: '${{ env.artifactName }}'
path: './dist/libs/${{ matrix.package }}'
Expand Down
2 changes: 1 addition & 1 deletion libs/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"directory": "libs/logger"
},
"optionalDependencies": {
"@nestjs/graphql": "^10.0.18",
"@nestjs/graphql": "^12.2.0",
"graphql": "^16.5.0"
}
}

0 comments on commit ce60f50

Please sign in to comment.