diff --git a/.github/workflows/health-check.yml b/.github/workflows/health-check.yml index ce9c074..ba6e362 100644 --- a/.github/workflows/health-check.yml +++ b/.github/workflows/health-check.yml @@ -9,7 +9,7 @@ jobs: tests: strategy: matrix: - node: [ '14.x', '16.x', '18.x' ] + node: [ '18.x', '20.x', '22.x' ] os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} name: Node ${{ matrix.node }} - ${{ matrix.os }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 63e3818..a611084 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: tests: strategy: matrix: - node: [ '14.x', '16.x', '18.x' ] + node: [ '18.x', '20.x', '22.x' ] os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} name: Node ${{ matrix.node }} - ${{ matrix.os }}