Skip to content

Commit b9c2872

Browse files
authored
Feature/nestjs 11 (#22)
1 parent 550bc79 commit b9c2872

36 files changed

+7591
-6635
lines changed

.github/workflows/ci-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18.x]
12+
node-version: [22.x]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Enable Corepack

.github/workflows/ci-pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [18.x]
13+
node-version: [22.x]
1414

1515
steps:
1616
- uses: actions/checkout@v2

.markdownlint.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"strict": false,
1010
"stern": false
1111
},
12+
"MD024": {
13+
"siblings_only": true
14+
},
1215
"MD025": false
1316
}

coverage/coverage-final.json

Lines changed: 45 additions & 41 deletions
Large diffs are not rendered by default.

coverage/coverage-summary.json

Lines changed: 37 additions & 33 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)