platformsh / template-builder

Utilities to manage Platform.sh project templates
https://github.com/platformsh-templates
MIT License
15 stars 32 forks source link

Package Management changes made to template strapi4 #892

Closed platformsh-devrel closed 1 year ago

platformsh-devrel commented 1 year ago

One or more package management files were changed in pull request 54 for template strapi4.

The package management file package.json was changed. The following is the patch:

@@ -35,7 +35,7 @@
     "uuid": "32967971-3f95-46c1-a4bb-99af312183da"
   },
   "engines": {
-    "node": ">=14.x.x <=16.x.x",
+    "node": ">=14.x.x <=18.x.x",
     "npm": ">=6.0.0"
   },
   "license": "MIT"

Link to the diff above: https://github.com/platformsh-templates/strapi4/pull/54/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519

gilzow commented 1 year ago

These were expected and will not affect management of template in template builder.