Skip to content

Commit eb26c1c

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 1565a05 commit eb26c1c

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
@@ -42,5 +42,5 @@ outputs:
4242
service:
4343
description: 'The created or found Service in JSON'
4444
runs:
45-
using: 'node12'
45+
using: 'node16'
4646
main: 'dist/index.js'

0 commit comments

Comments
 (0)