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 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