Skip to content

Commit

Permalink
Merge pull request #438 from manala/elao.app.docker/nodejs-22
Browse files Browse the repository at this point in the history
[Elao - App - Docker] Nodejs 22
  • Loading branch information
nervo authored Jul 4, 2024
2 parents c6f3d65 + 4357711 commit dc6b346
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elao.app.docker/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ system:
configs: []
nodejs:
# @option {"label": "Nodejs version"}
# @schema {"enum": [null, 20, 18, 16, 14, 12, 10, 8, 6]}
# @schema {"enum": [null, 22, 20, 18, 16, 14, 12, 10, 8, 6]}
version: ~
# @schema {"items": {"type": "object"}}
packages: []
Expand Down
2 changes: 1 addition & 1 deletion elao.app.docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ system:
upload_max_filesize: 16M
post_max_size: 16M
nodejs:
version: 20
version: 22
# packages:
# - package: mjml
# version: 4.6.3
Expand Down
2 changes: 1 addition & 1 deletion elao.app.docker/test/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ system:
directory: /srv/app
stdout_logfile: /srv/log/supervisor.acme-foo.log
nodejs:
version: 20
version: 22
packages:
- package: sass
mariadb:
Expand Down

0 comments on commit dc6b346

Please sign in to comment.