Skip to content

Commit e0cfcc3

Browse files
committed
Updated actions/trigger-metric to Node 20
- fixes warning around: `The following actions use a deprecated Node.js version and will be forced to run on node20: tryghost/actions/actions/trigger-metric@main.`
1 parent 49aed91 commit e0cfcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/trigger-metric/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Ghost Metric Shipper'
22
description: 'Send metrics to various backends using @tryghost/metrics for GitHub Actions'
33
runs:
4-
using: 'node16'
4+
using: 'node20'
55
main: 'dist/index.js'
66
inputs:
77
metricName:

0 commit comments

Comments
 (0)