Skip to content

Commit

Permalink
chore: node 20 as default runtime
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Sep 9, 2023
1 parent 5c9160e commit 02e9319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -66,6 +66,6 @@ outputs:
description: 'Builder node flags (deprecated, use nodes output instead)'

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

0 comments on commit 02e9319

Please sign in to comment.