danger 14.0.6 → 14.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,11 @@
|
|
|
18
18
|
|
|
19
19
|
<!-- Your comment above this -->
|
|
20
20
|
|
|
21
|
+
## 14.0.7
|
|
22
|
+
|
|
23
|
+
The Docker image behind the Danger GitHub Action now runs on node 22 instead of node 20. The image had stopped building
|
|
24
|
+
entirely after the recent binary changes, so this gets the action publishing again. - [@orta]
|
|
25
|
+
|
|
21
26
|
## 14.0.6
|
|
22
27
|
|
|
23
28
|
The prebuilt macOS binaries (what `brew install danger/tap/danger-js` gives you) now embed node 24 instead of node 18.
|