Skip to content

Commit

Permalink
EWPP-3678: Update node to 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Nov 20, 2023
1 parent 051e47b commit 54c6cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pipeline:
# and uncomment the line below. Also comment the "npm-build" step above for faster builds.
ecl-build-dev:
group: prepare
image: registry.fpfis.eu/fpfis/node:16
image: registry.fpfis.eu/fpfis/node:18
commands:
- make ecl

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
expose:
- '4444'
node:
image: node:16
image: node:18
user: "node"
working_dir: /home/node/app
environment:
Expand Down

0 comments on commit 54c6cb6

Please sign in to comment.