diff --git a/.github/workflows/node-ci.yaml b/.github/workflows/node-ci.yaml index ce97bef..e12b9a7 100644 --- a/.github/workflows/node-ci.yaml +++ b/.github/workflows/node-ci.yaml @@ -5,7 +5,7 @@ jobs: name: Install, lint, build and test strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3