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'
description: 'Run `ssh-agent` and load an SSH key to access other private repositories'
name: "webfactory/ssh-agent"
description: "Run `ssh-agent` and load an SSH key to access other private repositories"
inputs:
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
ssh-auth-sock:
description: 'Where to place the SSH Agent auth socket'
description: "Where to place the SSH Agent auth socket"
runs:
using: 'node12'
main: 'dist/index.js'
post: 'dist/cleanup.js'
post-if: 'always()'
using: "node16"
main: "dist/index.js"
post: "dist/cleanup.js"
post-if: "always()"
branding:
icon: loader
color: 'yellow'
color: "yellow"