Skip to content

Commit 2eac613

Browse files
authored
IBX-9916: Bump Node from v18.19.0 to v22.16.0 for v5 (#95)
1 parent e4f7bf6 commit 2eac613

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.19.0
1+
v22.16.0

resources/platformsh/ibexa-commerce/5.0/.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ hooks:
164164
165165
curl -fs https://get.symfony.com/cloud/configurator | bash
166166
167-
NODE_VERSION=v18.19.0 symfony-build
167+
NODE_VERSION=v22.16.0 symfony-build
168168
169169
# Deploy hook, access to services & done once (per cluster, not per node), only mounts are writable at this point
170170
# Note: Http traffic is paused while this is running, so for prod code this should finish as fast as possible, < 30s

resources/platformsh/ibexa-experience/5.0/.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ hooks:
164164
165165
curl -fs https://get.symfony.com/cloud/configurator | bash
166166
167-
NODE_VERSION=v18.19.0 symfony-build
167+
NODE_VERSION=v22.16.0 symfony-build
168168
169169
# Deploy hook, access to services & done once (per cluster, not per node), only mounts are writable at this point
170170
# Note: Http traffic is paused while this is running, so for prod code this should finish as fast as possible, < 30s

resources/platformsh/ibexa-headless/5.0/.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ hooks:
164164
165165
curl -fs https://get.symfony.com/cloud/configurator | bash
166166
167-
NODE_VERSION=v18.19.0 symfony-build
167+
NODE_VERSION=v22.16.0 symfony-build
168168
169169
# Deploy hook, access to services & done once (per cluster, not per node), only mounts are writable at this point
170170
# Note: Http traffic is paused while this is running, so for prod code this should finish as fast as possible, < 30s

resources/platformsh/ibexa-oss/5.0/.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ hooks:
161161
162162
curl -fs https://get.symfony.com/cloud/configurator | bash
163163
164-
NODE_VERSION=v18.19.0 symfony-build
164+
NODE_VERSION=v22.16.0 symfony-build
165165
166166
# Deploy hook, access to services & done once (per cluster, not per node), only mounts are writable at this point
167167
# Note: Http traffic is paused while this is running, so for prod code this should finish as fast as possible, < 30s

0 commit comments

Comments
 (0)