Skip to content

Commit

Permalink
Merge pull request #116 from Staffbase/fix-use-node20
Browse files Browse the repository at this point in the history
Fix: Use node20
  • Loading branch information
soemo authored Mar 12, 2024
2 parents a1510e8 + 06e197b commit ff742d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ inputs:
description: "Whether to notify user watching the Jira issues, default is 'false'"
required: false
runs:
using: 'node21'
using: 'node20'
main: './dist/index.js'

0 comments on commit ff742d3

Please sign in to comment.