Skip to content

Commit eaf6587

Browse files
author
Antti Harju
authored
Update action.yml to node20 (#649)
* Run npm audit fix * Update deps * Run npm audit fix --force * More dep updates * Update action.yml to node20
1 parent 9428acf commit eaf6587

File tree

3 files changed

+251
-255
lines changed

3 files changed

+251
-255
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ inputs:
1515
description: 'Extra webhook payload, included under a "data" key'
1616
required: true
1717
runs:
18-
using: 'node16'
18+
using: 'node20'
1919
main: 'dist/index.js'

0 commit comments

Comments
 (0)