Skip to content

Commit 8227fac

Browse files
committed
bump Node to 22
1 parent dafa461 commit 8227fac

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.azure/azure-pipelines.pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ extends:
3030
steps:
3131
- template: /templates/test/npm.yml@stratus-templates
3232
parameters:
33-
nodeVersion: 18
34-
33+
nodeVersion: 22
34+
3535
- job: integration_test
3636
steps:
3737
- template: /templates/test/docker.yml@stratus-templates

.azure/azure-pipelines.ref.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extends:
3838
steps:
3939
- template: /templates/test/npm.yml@stratus-templates
4040
parameters:
41-
nodeVersion: 18
41+
nodeVersion: 22
4242

4343
- job: integration_test
4444
dependsOn: unit_test

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# A daily updated common KTH Alpine based image.
33
# Versions: https://hub.docker.com/r/kthse/kth-nodejs/tags
44
#
5-
FROM kthregistry.azurecr.io/kth-nodejs-18:latest
5+
FROM kthregistry.azurecr.io/kth-nodejs-22:latest
66
LABEL maintainer="KTH Webb <[email protected]>"
77

88
#

test/integration/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kthregistry.azurecr.io/kth-nodejs-18:latest
1+
FROM kthregistry.azurecr.io/kth-nodejs-22:latest
22
LABEL maintainer="KTH Webb <[email protected]>"
33

44
RUN apk add --no-cache curl bash

0 commit comments

Comments
 (0)