diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 638ae77..e6f7e60 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x] + node-version: [12.x, 14.x, 16.x, 18.x ] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}