Skip to content

Commit

Permalink
Update Node.js to v22.12.0 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Thomas McGowan <tpmcgowan@users.noreply.github.com>
  • Loading branch information
renovate[bot] and tpmcgowan authored Dec 9, 2024
1 parent 6644ef0 commit ef60ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters:

node-version:
type: string
default: 22.11-browsers
default: 22.12-browsers

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage: base image
FROM node:22.11-bookworm-slim as base
FROM node:22.12-bookworm-slim as base

ARG BUILD_NUMBER
ARG GIT_REF
Expand Down

0 comments on commit ef60ca8

Please sign in to comment.