Skip to content

Commit 1c59f5e

Browse files
🐳 Bump node from 22.20.0 to 22.21.0 (#1041)
* 🐳 Bump node from 22.20.0 to 22.21.0 Bumps node from 22.20.0 to 22.21.0. --- updated-dependencies: - dependency-name: node dependency-version: 22.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update NODE_VERSION to 22.21.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Prins <[email protected]>
1 parent 003654f commit 1c59f5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/test-and-deploy.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Test and deploy'
22

33
env: # Keep this in sync with Dockerfile version
4-
NODE_VERSION: "22.20.0"
4+
NODE_VERSION: "22.21.0"
55

66
concurrency:
77
group: ${{ github.workflow }}-${{ ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release' ) && format('ci-main-{0}', github.sha) || format('ci-main-{0}', github.ref) }}

β€ŽDockerfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG VERSION=snapshot
22
ARG API_VERSION=snapshot
33

44
# Note when updating this version also update the version in the workflow files
5-
FROM node:22.20.0 AS builder
5+
FROM node:22.21.0 AS builder
66

77
ARG BASE_HREF=/
88

0 commit comments

Comments
Β (0)