Skip to content

Commit

Permalink
chore(deps): bump library/node from 22.1.0 to 22.2.0 (#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]>
dependabot[bot] and krancour authored May 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 38833da commit 1180bef
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
@@ -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
@@ -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
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
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}
@@ -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}

0 comments on commit 1180bef

Please sign in to comment.