danger 13.0.0 → 13.0.2

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.
Files changed (2) hide show
  1. package/Dockerfile +1 -1
  2. package/package.json +1 -1
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18-slim as base
1
+ FROM node:20-slim as base
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": "13.0.0",
3
+ "version": "13.0.2",
4
4
  "description": "Unit tests for Team Culture",
5
5
  "main": "distribution/danger.js",
6
6
  "typings": "distribution/danger.d.ts",