Skip to content

Commit

Permalink
chore: bumps node to 18 in builder image and actions (apache#6884)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanisfahmyDE authored and ViktorGrigorov7 committed Feb 7, 2024
1 parent 56e2b83 commit 11b9956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'yarn'
cache-dependency-path: config-ui/yarn.lock
- name: Install with Yarn
Expand Down
2 changes: 1 addition & 1 deletion config-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#While incubation status is not necessarily a reflection of the completeness or stability of the code,
#it does indicate that the project has yet to be fully endorsed by the ASF.

FROM node:16 as builder
FROM node:18-bookworm-slim as builder

WORKDIR /home/node/code
COPY . .
Expand Down

0 comments on commit 11b9956

Please sign in to comment.