Skip to content

Commit

Permalink
chore(deps): bump library/node from 20.8.1 to 20.9.0 (#1144)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Rafal Pelczar <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rafal Pelczar <[email protected]>
  • Loading branch information
dependabot[bot] and rpelczar authored Nov 22, 2023
1 parent 72b21f7 commit aeb15d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install nodejs
uses: actions/setup-node@v4
with:
node-version: "18.16.1"
node-version: "20.9.0"
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- name: Install nodejs dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WORKDIR /kargo/bin
####################################################################################################
# ui-builder
####################################################################################################
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.8.1 AS ui-builder
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.9.0 AS ui-builder

RUN npm install --global pnpm
WORKDIR /ui
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG BUF_VERSION=v1.26.1
ARG CONTROLLER_GEN_VERSION=v0.13.0
ARG GOLANGCI_LINT_VERSION=1.54.2
ARG HELM_VERSION=v3.12.3
ARG NODE_MAJOR=18
ARG NODE_MAJOR=20

RUN go install github.com/bufbuild/buf/cmd/buf@${BUF_VERSION} \
&& go install sigs.k8s.io/controller-tools/cmd/controller-gen@${CONTROLLER_GEN_VERSION} \
Expand Down

0 comments on commit aeb15d8

Please sign in to comment.