Skip to content

Commit

Permalink
fix: Downgrading to node20 since node22 is not supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
nioe committed Jan 17, 2025
1 parent b88079d commit d259b1e
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 @@ -28,5 +28,5 @@ outputs:
current-commit-sha:
description: 'The short SHA of the current commit, i.e. "d09e6f6"'
runs:
using: 'node22'
using: 'node20'
main: 'dist/action.js'

0 comments on commit d259b1e

Please sign in to comment.