Skip to content

Commit 4b016cd

Browse files
committed
Upgrade Node.js from 18 to 22 for Vue web applications
- Update Dockerfile to use node:22-alpine - Update package.json engines requirement to >=22
1 parent d79696d commit 4b016cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine as builder
1+
FROM node:22-alpine as builder
22
MAINTAINER Martin Varga "martin.varga@lutraconsulting.co.uk"
33

44
# build frontend apps

web-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"vue-tsc": "^2.1.6"
7171
},
7272
"engines": {
73-
"node": ">=18"
73+
"node": ">=22"
7474
},
7575
"version": "0.0.0",
7676
"dependencies": {}

0 commit comments

Comments
 (0)