Skip to content

Commit

Permalink
build(deps): update dependency node to v18.18.2 (#1591)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 13, 2023
1 parent c036e6a commit 591ebf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Expand Up @@ -19,7 +19,7 @@ env:
FILE: base
BUILDKIT_PROGRESS: plain
BUILDX_NO_DEFAULT_LOAD: 1
NODE_VERSION: 18.18.1 # renovate: datasource=node depName=node
NODE_VERSION: 18.18.2 # renovate: datasource=node depName=node
CONTAINERBASE_VERSION: ${{ github.sha }}
APT_HTTP_PROXY: http://172.17.0.1:8000

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ env:
FILE: base
BUILDKIT_PROGRESS: plain
BUILDX_NO_DEFAULT_LOAD: 1
NODE_VERSION: 18.18.1 # renovate: datasource=node depName=node
NODE_VERSION: 18.18.2 # renovate: datasource=node depName=node
CONTAINERBASE_VERSION: ${{ github.sha }}
APT_HTTP_PROXY: http://172.17.0.1:8000

Expand Down

0 comments on commit 591ebf9

Please sign in to comment.