Skip to content

Commit 293653f

Browse files
authored
chore: update action runtime to node16 (#392)
1 parent 931d105 commit 293653f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ outputs:
4040
codedeploy-deployment-id:
4141
description: 'The deployment ID of the CodeDeploy deployment (if the ECS service uses the CODE_DEPLOY deployment controller'
4242
runs:
43-
using: 'node12'
43+
using: 'node16'
4444
main: 'dist/index.js'

0 commit comments

Comments
 (0)