Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure/azure-pipelines.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extends:
steps:
- template: /templates/test/npm.yml@stratus-templates
parameters:
nodeVersion: 18
nodeVersion: 24

- job: integration_test
steps:
Expand Down
2 changes: 1 addition & 1 deletion .azure/azure-pipelines.ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extends:
steps:
- template: /templates/test/npm.yml@stratus-templates
parameters:
nodeVersion: 18
nodeVersion: 24

- job: integration_test
dependsOn: unit_test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v5
with:
node-version: 22
node-version: 24

- run: |
git config --global user.email "web-ci@kth.se"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kthregistry.azurecr.io/kth-nodejs-22:latest
FROM kthregistry.azurecr.io/kth-nodejs-24:latest
LABEL maintainer="KTH-Webb web-developers@kth.se"

WORKDIR /application
Expand Down
2 changes: 1 addition & 1 deletion test/integration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kthregistry.azurecr.io/kth-nodejs-22:latest
FROM kthregistry.azurecr.io/kth-nodejs-24:latest
LABEL maintainer="KTH-Webb web-developers@kth.se"

ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.9.0/wait /wait
Expand Down
2 changes: 1 addition & 1 deletion test/mock-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kthregistry.azurecr.io/kth-nodejs-22:latest
FROM kthregistry.azurecr.io/kth-nodejs-24:latest
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm ci
Expand Down