Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent ee72ddf commit 7e2aa24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.7.0
20.8.0
2 changes: 1 addition & 1 deletion frontend/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.7.0
20.8.0
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.7.0-bullseye-slim as base
FROM node:20.8.0-bullseye-slim as base

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.7.0
20.8.0

0 comments on commit 7e2aa24

Please sign in to comment.