diff --git a/.github/workflows/node-ci.js.yml b/.github/workflows/node-ci.js.yml index 0919f7ae..2a8fa086 100644 --- a/.github/workflows/node-ci.js.yml +++ b/.github/workflows/node-ci.js.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.8] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}