Skip to content

Commit

Permalink
Merge pull request #1590 from ministryofjustice/renovate-node-22.x
Browse files Browse the repository at this point in the history
Renovate Update Node.js to v22
  • Loading branch information
andrewpearce-digital authored Nov 4, 2024
2 parents ca0e1f6 + 70ebc81 commit 34c6b45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.18.0
nodejs 22.11.0
2 changes: 1 addition & 1 deletion docker/mlpa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.23.2-alpine AS base

WORKDIR /app

FROM node:20.18.0-alpine3.20 AS asset-env
FROM node:22.11.0-alpine3.20 AS asset-env

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"stop-only": "^3.3.2"
},
"engines": {
"node": "20.18.0"
"node": "22.11.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 34c6b45

Please sign in to comment.