Skip to content

Commit

Permalink
chore: update action runtime to node16 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyrandall authored Sep 30, 2022
1 parent 931d105 commit 293653f
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 @@ -40,5 +40,5 @@ outputs:
codedeploy-deployment-id:
description: 'The deployment ID of the CodeDeploy deployment (if the ECS service uses the CODE_DEPLOY deployment controller'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 293653f

Please sign in to comment.