Skip to content

Commit ff742d3

Browse files
authored
Merge pull request #116 from Staffbase/fix-use-node20
Fix: Use node20
2 parents a1510e8 + 06e197b commit ff742d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ inputs:
2020
description: "Whether to notify user watching the Jira issues, default is 'false'"
2121
required: false
2222
runs:
23-
using: 'node21'
23+
using: 'node20'
2424
main: './dist/index.js'

0 commit comments

Comments
 (0)