Skip to content

Commit

Permalink
Updated actions/trigger-metric to Node 20
Browse files Browse the repository at this point in the history
- 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.`
  • Loading branch information
daniellockyer committed Sep 26, 2024
1 parent 49aed91 commit e0cfcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/trigger-metric/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Ghost Metric Shipper'
description: 'Send metrics to various backends using @tryghost/metrics for GitHub Actions'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
inputs:
metricName:
Expand Down

0 comments on commit e0cfcc3

Please sign in to comment.