Skip to content

Commit 8190b10

Browse files
committed
fix: use node 16
The action.yml was using node 12 still, even though the rest of the toolchain had earlier been updated to node 16
1 parent 10db45b commit 8190b10

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
@@ -31,5 +31,5 @@ outputs:
3131
response:
3232
description: 'The final response of the AWS API.'
3333
runs:
34-
using: 'node12'
34+
using: 'node16'
3535
main: 'dist/index.js'

0 commit comments

Comments
 (0)