Skip to content

Commit 2c4bf84

Browse files
authored
Merge pull request #1436 from microsoftgraph/dev
Merge all changes from dev to main branch
2 parents d331c76 + 1487b8a commit 2c4bf84

23 files changed

+3656
-3255
lines changed

.azure-pipelines/ci-build-production.yml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ stages:
2424
NODE_VERSION: '14.x'
2525
Node 16:
2626
NODE_VERSION: '16.x'
27+
Node 18:
28+
NODE_VERSION: '18.x'
29+
Node 20:
30+
NODE_VERSION: '20.x'
2731
maxParallel: 2
2832
steps:
2933
- template: ./common-templates/security-pre-checks.yml

.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @microsoftgraph/msgraph-devx-typescript-write

0 commit comments

Comments
 (0)