diff --git a/content/hardware/04.pro/boards/portenta-x8/datasheet/datasheet.md b/content/hardware/04.pro/boards/portenta-x8/datasheet/datasheet.md
index 228f5a40cc..46eb938abe 100644
--- a/content/hardware/04.pro/boards/portenta-x8/datasheet/datasheet.md
+++ b/content/hardware/04.pro/boards/portenta-x8/datasheet/datasheet.md
@@ -254,7 +254,7 @@ Edge computing, industrial internet of things, system on module, artificial inte
Temperature range |
-40°C to +85°C |
It is user’s sole responsibility to test board's operation in full temperature
- range |
+ range. To improve the board performance in critical conditions, it is possible to attach external heatsinks on the processor and on the memory chip.
Safety information |
@@ -276,9 +276,11 @@ The Arduino® Portenta X8 has been designed for high performance embedded comput
## Accessories (Not Included)
- USB-C® Hub
- USB-C® to HDMI Adapter
+- Heatsink (if required)
## Related Products
- Arduino® Portenta Breakout Board (ASX00031)
+- Arduino® Portenta Max Carrier (ABX00043)
# Rating
diff --git a/package.json b/package.json
index 2f5f1fa98a..bd57d13556 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
"gatsby": "^4.9.2"
},
"volta": {
- "node": "14.21.1"
+ "node": "14.21.1",
+ "npm": "6.14.17"
}
}