Use node20

This commit is contained in:
Javed Mohamed 2023-09-20 17:28:50 -05:00
parent 152094029b
commit b9e9626236

View file

@ -1,4 +1,4 @@
name: 'webfactory/ssh-agent' name: 'javbit/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:
@ -20,7 +20,7 @@ inputs:
description: 'git command' description: 'git command'
required: false required: false
runs: runs:
using: 'node16' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'
post: 'dist/cleanup.js' post: 'dist/cleanup.js'
post-if: 'always()' post-if: 'always()'