diff --git a/.github/workflows/test-and-deploy-docker.yml b/.github/workflows/test-and-deploy-docker.yml index b70f0e0..f7ca749 100644 --- a/.github/workflows/test-and-deploy-docker.yml +++ b/.github/workflows/test-and-deploy-docker.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x, 24.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 - name: Prepare NodeJS environment @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x, 24.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 - name: Prepare NodeJS environment @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x, 24.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 - name: Prepare NodeJS environment @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x, 24.x] + node-version: [18.x, 20.x, 22.x] env: STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }} steps: diff --git a/.travis.yml b/.travis.yml index 72880a9..7cafc6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ node_js: - "18" - "20" - "22" - - "24" - "node" before_script: