Skip to content

Commit

Permalink
Updated packages to latest version (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
seidelmartin authored Feb 25, 2023
1 parent bde12d5 commit e5db437
Show file tree
Hide file tree
Showing 5 changed files with 811 additions and 714 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
node-version: [12, 14, 16, 18]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ await app.init();

## Caveats

Nest components which operates with with Koa response like exception filters needs to use the `koaReply` utility function from
Nest components which operates with Koa response like exception filters needs to use the `koaReply` utility function from
this package because the implementation if the reply in adapter doesn't allow to use standard way of setting
`body` and `status` properties.

Expand Down
Loading

0 comments on commit e5db437

Please sign in to comment.