diff --git a/.github/workflows/node-js-ci.yml b/.github/workflows/node-js-ci.yml index c1d6093..d3d1c0b 100644 --- a/.github/workflows/node-js-ci.yml +++ b/.github/workflows/node-js-ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3