Skip to content

Commit

Permalink
[#5325] Upgrade Node for dbdocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
anjarakvo committed Mar 11, 2024
1 parent 2368f83 commit a26cb1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ blocks:
- popd
on_fail:
commands:
- artifact push job rsr.dbml
- ./ci/on-fail-semaphoreci.sh
2 changes: 1 addition & 1 deletion Dockerfile-dbdocs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Node.js image as the base image
FROM node:14
FROM node:16

# Set the working directory in the container
WORKDIR /app
Expand Down

0 comments on commit a26cb1b

Please sign in to comment.