]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: define node 12 as min engine
authorJoe Workman <joe@workmanmail.com>
Thu, 26 Aug 2021 17:53:36 +0000 (10:53 -0700)
committerJoe Workman <joe@workmanmail.com>
Thu, 26 Aug 2021 17:53:36 +0000 (10:53 -0700)
package.json

index 1190f89a0f65584586532d268030340acbf0b797..e2b4f4a27c4b1487ac5fee65fe1320a6b48c97e6 100644 (file)
     "trim-newlines": "^3.0.1"
   },
   "engines": {
-    "node": ">=8.4.0"
+    "node": ">=12.0"
   },
   "repository": {
     "type": "git",