Skip to content

Commit

Permalink
chore(deps): bump library/node from 22.1.0 to 22.2.0 (akuity#2039)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Kent Rancourt <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kent Rancourt <[email protected]>
  • Loading branch information
dependabot[bot] and krancour committed May 21, 2024
1 parent 4f848d6 commit a9b0239
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install nodejs
uses: actions/setup-node@v4
with:
node-version: "22.1.0"
node-version: "22.2.0"
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- name: Run linter
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Install nodejs
uses: actions/setup-node@v4
with:
node-version: "22.1.0"
node-version: "22.2.0"
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- name: Install nodejs dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Install nodejs
uses: actions/setup-node@v4
with:
node-version: "22.1.0"
node-version: "22.2.0"
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- name: Build UI
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
- name: Install nodejs
uses: actions/setup-node@v4
with:
node-version: "22.1.0"
node-version: "22.2.0"
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- name: Build UI
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####################################################################################################
# ui-builder
####################################################################################################
FROM --platform=$BUILDPLATFORM docker.io/library/node:22.1.0 AS ui-builder
FROM --platform=$BUILDPLATFORM docker.io/library/node:22.2.0 AS ui-builder

ARG PNPM_VERSION=9.0.3
RUN npm install --global pnpm@${PNPM_VERSION}
Expand Down Expand Up @@ -105,7 +105,7 @@ CMD ["/usr/local/bin/kargo"]
# - supports development
# - not used for official image builds
####################################################################################################
FROM --platform=$BUILDPLATFORM docker.io/library/node:22.1.0 AS ui-dev
FROM --platform=$BUILDPLATFORM docker.io/library/node:22.2.0 AS ui-dev

ARG PNPM_VERSION=9.0.3
RUN npm install --global pnpm@${PNPM_VERSION}
Expand Down

0 comments on commit a9b0239

Please sign in to comment.