diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 3ad7702..1542550 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - node: [16.x, 18.x, lts/*, current] + node: [18.x, 20.x, lts/*, current] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: