Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nestjs/mapped-types
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 25, 2021
2 parents 1ec1805 + e74050e commit bf148d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
build:
working_directory: ~/nest
docker:
- image: circleci/node:16
- image: circleci/node:17
steps:
- checkout
- run:
Expand All @@ -39,7 +39,7 @@ jobs:
integration_tests:
working_directory: ~/nest
docker:
- image: circleci/node:16
- image: circleci/node:17
steps:
- checkout
- *restore-cache
Expand Down
24 changes: 10 additions & 14 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -10,15 +10,13 @@ Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?

<!-- Please check the one that applies to this PR using "x". -->
```
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:
```
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Other... Please describe:

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
Expand All @@ -30,12 +28,10 @@ Issue Number: N/A


## Does this PR introduce a breaking change?
```
[ ] Yes
[ ] No
```
- [ ] Yes
- [ ] No

<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->


## Other information
## Other information

0 comments on commit bf148d6

Please sign in to comment.