From da8600294c27aca6c1e5793326f5405fe23787d8 Mon Sep 17 00:00:00 2001 From: Code Kie Date: Wed, 20 Nov 2024 12:32:58 +0100 Subject: [PATCH] chore: upgrade github-actions --- .github/workflows/test-and-deploy-docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-deploy-docker.yml b/.github/workflows/test-and-deploy-docker.yml index 0fbfe3b..fc125bd 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: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x, 24.x] steps: - uses: actions/checkout@v2 - name: Prepare NodeJS environment @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x, 24.x] steps: - uses: actions/checkout@v2 - name: Prepare NodeJS environment @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x, 24.x] steps: - uses: actions/checkout@v2 - name: Prepare NodeJS environment @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x, 24.x] env: STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }} steps: