Skip to content

Commit 6800c5b

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 86541f6 commit 6800c5b

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

0 commit comments

Comments
 (0)