diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 3d527632..c43bdc35 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - name: Checkout code @@ -49,7 +49,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] os: [ubuntu-latest, macos-latest] steps: @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - name: Checkout code