Skip to content

Commit

Permalink
feat: upgrade to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Nov 21, 2023
1 parent 4225e0b commit 145052a
Show file tree
Hide file tree
Showing 6 changed files with 7,566 additions and 6 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ outputs:
task-definition:
description: 'The path to the rendered task definition file'
runs:
using: 'node16'
main: 'dist/index.js'
using: 'node20'
main: 'dist/index.cjs'
Loading

0 comments on commit 145052a

Please sign in to comment.