Skip to content

Commit

Permalink
Merge pull request mermaid-js#1196 from mermaid-js/renovate/node-19.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v19
  • Loading branch information
sidharthv96 committed Apr 13, 2023
2 parents aeff048 + 6282001 commit d688544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Stop : press ctrl + c
# or
# docker stop mermaid-live-editor
FROM node:18.14.2 as mermaid-live-editor-builder
FROM node:19.9.0 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:19
WORKDIR /app
COPY package.json .
COPY yarn.lock .
Expand Down

0 comments on commit d688544

Please sign in to comment.