Skip to content

Commit 42ea3ab

Browse files
Bump Node version to 22.21.1 to match packer-images in production (#8527)
* chore: Bump Node version in .node-version Made with ❤️️ by updatecli * chore: Bump Node Image version in scripts/node Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf5f143 commit 42ea3ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.3
1+
22.21.1

scripts/node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ -n "${USE_LOCAL_NODE}" ]; then
1111
fi
1212

1313

14-
CONTAINER_NAME=node:20.18.1
14+
CONTAINER_NAME=node:22.21.1
1515

1616
source ./scripts/docker-env
1717

0 commit comments

Comments
 (0)