Skip to content

Commit

Permalink
testing to seee if upping the node version will still allow the actio…
Browse files Browse the repository at this point in the history
…n to work

Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Dec 21, 2023
1 parent f695066 commit 3a74cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ inputs:
description: 'Command, including flags and inputs, to be executed by SAF CLI'
required: true
runs:
using: 'node16'
main: 'index.js'
using: 'node20'
main: 'index.js'

0 comments on commit 3a74cfd

Please sign in to comment.