Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/platformsh/common/5.0/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.19.0
v22.16.0
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-commerce/5.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ hooks:

curl -fs https://get.symfony.com/cloud/configurator | bash

NODE_VERSION=v18.19.0 symfony-build
NODE_VERSION=v22.16.0 symfony-build

# Deploy hook, access to services & done once (per cluster, not per node), only mounts are writable at this point
# Note: Http traffic is paused while this is running, so for prod code this should finish as fast as possible, < 30s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ hooks:

curl -fs https://get.symfony.com/cloud/configurator | bash

NODE_VERSION=v18.19.0 symfony-build
NODE_VERSION=v22.16.0 symfony-build

# Deploy hook, access to services & done once (per cluster, not per node), only mounts are writable at this point
# Note: Http traffic is paused while this is running, so for prod code this should finish as fast as possible, < 30s
Expand Down
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-headless/5.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ hooks:

curl -fs https://get.symfony.com/cloud/configurator | bash

NODE_VERSION=v18.19.0 symfony-build
NODE_VERSION=v22.16.0 symfony-build

# Deploy hook, access to services & done once (per cluster, not per node), only mounts are writable at this point
# Note: Http traffic is paused while this is running, so for prod code this should finish as fast as possible, < 30s
Expand Down
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-oss/5.0/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ hooks:

curl -fs https://get.symfony.com/cloud/configurator | bash

NODE_VERSION=v18.19.0 symfony-build
NODE_VERSION=v22.16.0 symfony-build

# Deploy hook, access to services & done once (per cluster, not per node), only mounts are writable at this point
# Note: Http traffic is paused while this is running, so for prod code this should finish as fast as possible, < 30s
Expand Down
Loading