Skip to content

Commit

Permalink
chore: Using NodeJS 19
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Feb 20, 2023
1 parent cb770cc commit 7942c70
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,7 +20,7 @@ inputs:
default: true

runs:
using: 'node16'
using: 'node19'
main: 'dist/main/index.js'
post: 'dist/post/index.js'

0 comments on commit 7942c70

Please sign in to comment.