diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index fb91ccb..be0dcbf 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [14.x, 22.x] steps: - uses: actions/checkout@v3 @@ -56,7 +56,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x, 22.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: @@ -92,7 +92,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [14.x, 22.x] steps: - name: Checkout code