Skip to content

Commit a16dfc7

Browse files
committed
v1.19.0
1 parent 7040501 commit a16dfc7

File tree

4 files changed

+77
-37
lines changed

4 files changed

+77
-37
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ inputs:
5454
required: false
5555
default: true
5656
comment-on-alert:
57-
description: 'Leave an alert comment when current benchmark result is worse than previous. Threshold is specified with alert-comment-threshold input. To enable this feature, github-token input must be given as well'
57+
description: 'Leave an alert comment when current benchmark result is worse than previous. Threshold is specified with alert-threshold input. To enable this feature, github-token input must be given as well'
5858
required: false
5959
default: false
6060
alert-threshold:
@@ -81,5 +81,5 @@ inputs:
8181
required: false
8282

8383
runs:
84-
using: 'node16'
84+
using: 'node20'
8585
main: 'dist/src/index.js'

dist/src/index.js

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/write.js

+9-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+66-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)