diff --git a/.azure/azure-pipelines.pr.yml b/.azure/azure-pipelines.pr.yml index 938122d..409e99d 100644 --- a/.azure/azure-pipelines.pr.yml +++ b/.azure/azure-pipelines.pr.yml @@ -30,7 +30,7 @@ extends: steps: - template: /templates/test/npm.yml@stratus-templates parameters: - nodeVersion: 22 + nodeVersion: 24 - job: integration_test steps: diff --git a/.azure/azure-pipelines.ref.yml b/.azure/azure-pipelines.ref.yml index be93fa5..f3bee19 100644 --- a/.azure/azure-pipelines.ref.yml +++ b/.azure/azure-pipelines.ref.yml @@ -38,7 +38,7 @@ extends: steps: - template: /templates/test/npm.yml@stratus-templates parameters: - nodeVersion: 22 + nodeVersion: 24 - job: integration_test dependsOn: unit_test diff --git a/.github/workflows/npm-update.yml b/.github/workflows/npm-update.yml index b6a8526..c4e2bfc 100644 --- a/.github/workflows/npm-update.yml +++ b/.github/workflows/npm-update.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 22 + node-version: 24 - run: | git config --global user.email "web-ci@kth.se" diff --git a/Dockerfile b/Dockerfile index aec95bc..d8ddf2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # A daily updated common KTH Alpine based image. # Versions: https://hub.docker.com/r/kthse/kth-nodejs/tags # -FROM kthregistry.azurecr.io/kth-nodejs-22:latest +FROM kthregistry.azurecr.io/kth-nodejs-24:latest LABEL maintainer="KTH Webb " # diff --git a/test/integration/Dockerfile b/test/integration/Dockerfile index f168b40..c7eddd5 100644 --- a/test/integration/Dockerfile +++ b/test/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM kthregistry.azurecr.io/kth-nodejs-22:latest +FROM kthregistry.azurecr.io/kth-nodejs-24:latest LABEL maintainer="KTH Webb " RUN apk add --no-cache curl bash