Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/Niurmiguel/nestjs-se…
Browse files Browse the repository at this point in the history
…rvice-bus into development
  • Loading branch information
Niurmiguel Gonzalez authored and Niurmiguel Gonzalez committed Jul 2, 2023
2 parents a74e692 + c16d58a commit f7c84e9
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.3.0
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
Expand Down
92 changes: 92 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7c84e9

Please sign in to comment.