diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 1aa94ed..b118d84 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - name: Checkout code @@ -50,7 +50,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 18.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: @@ -86,7 +86,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [16.x] steps: - name: Checkout code