Upgrade to node 16

This commit is contained in:
Shijun Wang 2022-10-28 14:18:14 +03:00
parent 5f066a372e
commit f76f3aadf7

View file

@ -1,16 +1,16 @@
name: 'webfactory/ssh-agent' name: "webfactory/ssh-agent"
description: 'Run `ssh-agent` and load an SSH key to access other private repositories' description: "Run `ssh-agent` and load an SSH key to access other private repositories"
inputs: inputs:
ssh-private-key: ssh-private-key:
description: 'Private SSH key to register in the SSH agent' description: "Private SSH key to register in the SSH agent"
required: true required: true
ssh-auth-sock: ssh-auth-sock:
description: 'Where to place the SSH Agent auth socket' description: "Where to place the SSH Agent auth socket"
runs: runs:
using: 'node12' using: "node16"
main: 'dist/index.js' main: "dist/index.js"
post: 'dist/cleanup.js' post: "dist/cleanup.js"
post-if: 'always()' post-if: "always()"
branding: branding:
icon: loader icon: loader
color: 'yellow' color: "yellow"