Skip to content

Commit

Permalink
Merge pull request #532 from aws-actions/node_upgrade
Browse files Browse the repository at this point in the history
chore: upgrade to node20
  • Loading branch information
arjraman committed Oct 2, 2023
2 parents 33f92af + e618bbe commit 9238dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -41,6 +41,6 @@ outputs:
The URI of the ECR Private or ECR Public registry.
If logging into multiple registries on ECR Private, this output will not be set.
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/cleanup/index.js'

0 comments on commit 9238dd4

Please sign in to comment.