diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 205a456..3d725d0 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] # This should be LTS + node-version: [20.x] # This should be LTS steps: - name: Checkout code @@ -55,7 +55,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.x] os: [ubuntu-latest] steps: @@ -91,7 +91,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] # This should be LTS + node-version: [20.x] # This should be LTS steps: - name: Checkout code