Skip to content

Commit

Permalink
misc: bump to 22 and set min
Browse files Browse the repository at this point in the history
Signed-off-by: jbpratt <[email protected]>
  • Loading branch information
jbpratt committed Jul 20, 2024
1 parent 5f7038e commit 1462f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 AS build
FROM node:22 AS build

RUN mkdir /ui
WORKDIR /ui
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"webpack-dev-server": "^3.11.2"
},
"engines": {
"node": "~5.0.2",
"npm": "~3.3.12"
"node": "^18.0.0",
"npm": "^10.0.0"
},
"browserslist": [
"defaults"
Expand Down

0 comments on commit 1462f03

Please sign in to comment.