aws-actions / aws-codebuild-run-build

Run an AWS CodeBuild project as a step in a GitHub Actions workflow job.
https://aws.amazon.com/codebuild
Apache License 2.0
274 stars 139 forks source link

Use Node20 for building #158

Closed toha-nordic closed 7 months ago

toha-nordic commented 7 months ago

Issue #, if available:

Description of changes: Getting the following warnings when using this action: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: aws-actions/aws-codebuild-run-build@v1.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

taoyong-ty commented 7 months ago

LGTM. Thanks for making this change