Skip to content

Commit

Permalink
EWPP-4793: Update node version to 20.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Sep 30, 2024
1 parent 0cb113c commit 70e818f
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 @@ -42,7 +42,7 @@ services:
pipeline:
ecl-build:
group: prepare
image: git.fpfis.tech.ec.europa.eu/fpfis/dependency_proxy/containers/node:18.18.2
image: git.fpfis.tech.ec.europa.eu/fpfis/dependency_proxy/containers/node:20.9.0
commands:
# To build the theme using a development version of ECL set its development branch in .env.dist
# and make sure that ECL_BUILD is set to "dev".
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- '4444'
shm_size: 2g
node:
image: node:18.18.2
image: node:20.9.0
user: "node"
working_dir: /home/node/app
environment:
Expand Down

0 comments on commit 70e818f

Please sign in to comment.