From d59026444cd7a04a5863d7dd59b24c516f8f68b4 Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Wed, 16 Mar 2022 14:59:53 -0400 Subject: [PATCH] DX-2478 Windows Test --- .github/CODEOWNERS | 2 ++ .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..d8b80d1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Global rule: +* @Bandwidth/dx \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 00d6cdf..ec9f213 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug Report -about: Create a bug report +about: Create a bug report. title: '[BUG] Description' labels: 'bug' --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24ae331..ecbfc7b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2016, windows-2019, ubuntu-18.04, ubuntu-20.04] + os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04] node-version: ['12', '14', '16'] steps: - name: Checkout