danger 11.0.4 → 11.0.5

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 CHANGED
@@ -18,6 +18,10 @@
18
18
 
19
19
  <!-- Your comment above this -->
20
20
 
21
+ # 11.0.4
22
+
23
+ - Deploying from my Mac to see if that's what's causing the build issues for homebrew. [@orta]
24
+
21
25
  # 11.0.3
22
26
 
23
27
  - Bump up @babel/* plugins for Core-JS support. [@parvez]
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:12-slim
1
+ FROM node:14-slim
2
2
 
3
3
  LABEL maintainer="Orta Therox"
4
4
  LABEL "com.github.actions.name"="Danger JS Action"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danger",
3
- "version": "11.0.4",
3
+ "version": "11.0.5",
4
4
  "description": "Unit tests for Team Culture",
5
5
  "main": "distribution/danger.js",
6
6
  "typings": "distribution/danger.d.ts",