Skip to content

Commit

Permalink
Updates node version to LTS (22) (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoric authored Nov 18, 2024
1 parent 4349ceb commit 7462776
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ clean: ## remove generated build artifacts.
rm -rf $(LOCALBIN_APP)

##@ Publish
NODE_VERSION ?= 18
NODE_VERSION ?= 22
ALPINE_VERSION ?= 3.20
DOCKER_OUTPUT ?= type=docker
DOCKER_TAGS ?= $(IMAGE_TAG)
Expand Down
2 changes: 1 addition & 1 deletion build/unicorn-history-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=18
ARG NODE_VERSION=22
ARG ALPINE_VERSION=3.20

FROM node:${NODE_VERSION} AS builder
Expand Down
2 changes: 1 addition & 1 deletion web/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v22
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"engines": {
"pnpm": "9",
"node": "18"
"node": "22"
},
"packageManager": "pnpm@9"
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
]
},
"engines": {
"node": ">=18.0"
"node": ">=22.0"
}
}

0 comments on commit 7462776

Please sign in to comment.