diff --git a/.github/workflows/node-js-ci.yml b/.github/workflows/node-js-ci.yml index d6db828..263fa5e 100644 --- a/.github/workflows/node-js-ci.yml +++ b/.github/workflows/node-js-ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [12.x, 14.x, 15.x, 16.x] + node-version: [12.x, 14.x, 15.x] steps: - uses: actions/checkout@v2