Skip to content

Commit

Permalink
Merge pull request #3 from matanengber-orca/patch-1
Browse files Browse the repository at this point in the history
chore: make action use node20
  • Loading branch information
rkhaslarov authored Nov 12, 2024
2 parents 1da728a + bd56eae commit 144adbd
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 @@ -35,7 +35,7 @@ inputs:
description: 'Allows for a comma delineated Regex String that matches files to include in the deployment'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'upload-cloud'
Expand Down

0 comments on commit 144adbd

Please sign in to comment.