Skip to content

Commit

Permalink
Use node20
Browse files Browse the repository at this point in the history
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
  • Loading branch information
soemo authored Mar 12, 2024
1 parent a1510e8 commit 06e197b
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 06e197b

Please sign in to comment.