diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e5a5fe00a..16954504a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -36,10 +36,10 @@ jobs: - ubuntu-latest - windows-latest node-version: - - 10.x - 12.x - 14.x - 15.x + - 16.x runs-on: ${{ matrix.os }} diff --git a/.github/workflows/test-module.yml b/.github/workflows/test-module.yml index 2d9074e0c..9ff168904 100644 --- a/.github/workflows/test-module.yml +++ b/.github/workflows/test-module.yml @@ -36,10 +36,10 @@ jobs: - ubuntu-latest - windows-latest node-version: - - 10.x - 12.x - 14.x - 15.x + - 16.x runs-on: ${{ matrix.os }}