fix: temporarily bump node version to 16

This commit is contained in:
Tom Keller
2022-10-13 13:09:41 -07:00
parent 5e8f93f56c
commit a30b23eed5
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -59,6 +59,6 @@ outputs:
aws-account-id:
description: 'The AWS account ID for the provided credentials'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/cleanup/index.js'