diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 46c76a31..a2da7503 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -19,9 +19,9 @@ jobs: fail-fast: true matrix: node-version: - - '16.x' - '18.x' - '20.x' + - '22.0' steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -86,9 +86,9 @@ jobs: fail-fast: true matrix: node-version: - - '16.x' - '18.x' - '20.x' + - '22.x' steps: - name: Checkout Repository uses: actions/checkout@v4 diff --git a/Dockerfile b/Dockerfile index da4c33a4..f98cf080 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG APP_ROOT=/opt/app-root/src -ARG BASE_IMAGE=docker.io/node:20.17.0-alpine +ARG BASE_IMAGE=docker.io/node:22.12.0-alpine # # Build the app