Skip to content

Commit 06e197b

Browse files
authored
Use node20
use node20 In this PR https://github.com/Staffbase/github-action-jira-release-tagging/pull/114/files i changed the used node version for the action to node21. This was wrong ans stated in the frontend workflow now https://github.com/Staffbase/frontend/actions/runs/8249283571/job/22561334164
1 parent a1510e8 commit 06e197b

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)