From c943af08630cab5790d4da47169b889f8e34f16d Mon Sep 17 00:00:00 2001 From: Rishabh Chawla Date: Fri, 22 Oct 2021 12:50:40 +0530 Subject: [PATCH 1/2] chore: add node v17 in CI --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0871449..e27af0d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -68,7 +68,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x, 17.x] steps: - uses: actions/checkout@v2 From d350e39426397a5fea9d4740c6b95e2843eb4d59 Mon Sep 17 00:00:00 2001 From: Rishabh Chawla Date: Fri, 22 Oct 2021 13:12:09 +0530 Subject: [PATCH 2/2] chore: update codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 52c404b..592a1ce 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @alexander-akait @snitin315 @anshumanv +* @alexander-akait @snitin315 @anshumanv @rishabh3112